JSON parser and abstract syntax tree library for Java
For documentation and other helpful information, please visit the wiki page.
This project uses the Ant build system. These commands are defined in the build.xml file. Below is a table of commands and their descriptions.
Command | Description |
---|---|
ant init |
Initializes project directories |
ant build-main |
Builds the project (build/classes/main/java/) |
ant jar-main |
Makes .jar file from project class files (build/jar/) |
ant build-test |
Builds the test files (build/classes/test/java/) |
ant run-test |
Runs and saves the JUnit tests (results/) |
Please note that this package was developed with the JSON specification in mind. Said specification can be found via RFC-7159.