oanc / org.anc.json.validator

A JSON validator that can validate instances using the Javascript or the alternate syntax.
Apache License 2.0
0 stars 0 forks source link

Extract CLI #2

Closed ksuderman closed 9 years ago

ksuderman commented 9 years ago

Refactor the project and extract the CLI classes into a separate project. People wanting to use the validator as a library don't need the extraneous dependencies.

ksuderman commented 9 years ago

Done. The two projects are now org.anc.json.transform for the standalone JsonTransformer library, and org.anc.json.transform.cli for the command line interface to the JsonTransformer.