Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hauke96/json2code

A simple converter to turn json into classes
https://github.com/hauke96/json2code

class-generator code-generator generator java json

Last synced: 14 days ago
JSON representation

A simple converter to turn json into classes

Awesome Lists containing this project

README

        

# json2code
A simple converter to turn json into classes
# Usage
Just create a scheme file (s. `example.json` and `example.md`) and then pack the source into an executable jar:

`ant clean build && ant -buildfile build_jar.xml`

Then just start the jar file (as an example):

`java -jar jars/json2code.jar example.json java`

Of course you can also open the project in `eclipse` and export the jar (or start the application there).