You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ Generates JSON Schema or POJO based from JSON data using JAVA
7
7
#### Motivation
8
8
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!
9
9
10
+
### Features
11
+
1. Generates JSON Schema (output as String or File)
12
+
1. Generates POJOs
13
+
10
14
#### Usage
11
15
Just call the static method JsonSchemaGenerator.outputAsString or JsonSchemaGenerator.outputAsFile
0 commit comments