org.minijson.tool.testset.Generator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of minijson-tool Show documentation
Show all versions of minijson-tool Show documentation
A simple JSON parser/generator in Java. Tool module.
The newest version!
package org.minijson.tool.testset;
import java.util.List;
public interface Generator
{
List generateTestSet(JsonTestSetSpec jsonTestSetSpec);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy