Generates fake, random JSON from JSON schemas.
Using maven
:
mvn clean install
Packed JAR will be available at target/mockingbird-jar-with-dependencies.jar.
Generate random JSON objects, one per line, from the provided JSON schema file.
For example, try:
java \
-jar target/mockingbird-jar-with-dependencies.jar \
src/main/resources/com/crimsonhexagon/mockingbird/tweet.json