Skip to content

Commit 1c862d8

Browse files
updated
1 parent de8a704 commit 1c862d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Generates JSON Schema or POJO based from JSON data using JAVA
77
#### Motivation
88
I have been googling a lot to find a library in JAVA that would generate me a JSON Schema based on the JSON data I have. But most of the libraries I found need to have a JAVA class in order to generate a JSON schema. So I made a simple JSON Schema Generator based on JSON data. If there is a library that already exists please let me know (via posting an Issue here) and I will be happy to use it in the current project I am working on. Thanks!
99

10+
### Features
11+
1. Generates JSON Schema (output as String or File)
12+
1. Generates POJOs
13+
1014
#### Usage
1115
Just call the static method JsonSchemaGenerator.outputAsString or JsonSchemaGenerator.outputAsFile
1216
```java

0 commit comments

Comments
 (0)