Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 454 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 454 Bytes

mockingbird

Generates fake, random JSON from JSON schemas.

Build

Using maven:

mvn clean install

Packed JAR will be available at target/mockingbird-jar-with-dependencies.jar.

Run

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