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

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/cchacin/json-schema.svg?branch=master)](https://travis-ci.org/cchacin/json-schema.svg?branch=master)
[![Coverage Status](https://img.shields.io/coveralls/cchacin/json-schema.svg)](https://coveralls.io/r/cchacin/json-schema?branch=master)
[![Stories in Ready](https://badge.waffle.io/cchacin/json-schema.svg?label=ready&title=Ready)](http://waffle.io/cchacin/json-schema)
[![Dependency Status](https://www.versioneye.com/user/projects/555c4b5d634daacd4100061c/badge.svg)](https://www.versioneye.com/user/projects/555c4b5d634daacd4100061c)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.cchacin/json-schema/badge.svg)](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