Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends i have to create a JSON schema by using the pojo class. please anyone can help me
Posted

There is no pojo class. POJO means "Plain old Java object" - a regular & simple Java object.

http://en.wikipedia.org/wiki/Plain_Old_Java_Object[^]

Please check this tutorial to get an idea about JSON: http://www.w3schools.com/json/[^]

EDIT: even better:
https://code.google.com/p/json-simple/wiki/EncodingExamples[^]
 
Share this answer
 
v2
Learn the basic of JSON [^]
You can use JsonSchema.net is a tool that automatically generates JSON schema from JSON
http://www.jsonschema.net/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900