https://github.com/cchacin/json-schema
Annotation Processor to generate Java POJO's from Json file example
https://github.com/cchacin/json-schema
Last synced: 5 months ago
JSON representation
Annotation Processor to generate Java POJO's from Json file example
- Host: GitHub
- URL: https://github.com/cchacin/json-schema
- Owner: cchacin
- License: apache-2.0
- Created: 2015-05-15T08:48:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T20:16:23.000Z (about 3 years ago)
- Last Synced: 2024-04-16T19:17:10.428Z (over 1 year ago)
- Language: Java
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/cchacin/json-schema.svg?branch=master)
[](https://coveralls.io/r/cchacin/json-schema?branch=master)
[](http://waffle.io/cchacin/json-schema)
[](https://www.versioneye.com/user/projects/555c4b5d634daacd4100061c)
[](https://maven-badges.herokuapp.com/maven-central/com.github.cchacin/json-schema)# JSON Schema
Annotation Processor to generate Java POJO's from Json file example