Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hauke96/json2code
- Owner: hauke96
- License: gpl-3.0
- Created: 2017-05-31T18:28:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T22:10:42.000Z (over 7 years ago)
- Last Synced: 2024-11-02T07:20:51.509Z (2 months ago)
- Topics: class-generator, code-generator, generator, java, json
- Language: Java
- Size: 396 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).