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

https://github.com/vndly/json-schema

A Java library to generate JSON Schemas.
https://github.com/vndly/json-schema

java java-library json json-schema

Last synced: 5 months ago
JSON representation

A Java library to generate JSON Schemas.

Awesome Lists containing this project

README

          

[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/mauriciotogneri/json-schema/blob/master/LICENSE.md)
[![Download](https://api.bintray.com/packages/mauriciotogneri/maven/jsonschema/images/download.svg)](https://bintray.com/mauriciotogneri/maven/jsonschema/_latestVersion)

# JSON Schema
A Java library to generate JSON Schemas.

## Installation

Add the following code to your **pom.xml**:

```xml


jcenter
https://jcenter.bintray.com

```

and the dependency:

```xml

com.mauriciotogneri
jsonschema
1.0.0

```

or if you use Gradle:

```groovy
dependencies
{
compile 'com.mauriciotogneri:jsonschema:1.0.0'
}
```