Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have a few JSON files. Before i parse them, i have to automatically generate the source code for their object models.

I am using JACKSON as a Json-file parser.

The JSON file will be given as input to the application by the user.

It will help me a lot if someone gave me a clue or a website that has a tutorial. eg: "JSON objct-model generation tutorial".

Thanks in advance,

Regards,

Herve
Posted
Comments
Richard MacCutchan 6-Jun-11 16:52pm    
Did you try passing that query string to Google, or are you going to wait for someone else to do it for you?
Sergey Alexandrovich Kryukov 6-Jun-11 17:20pm    
LOL. :-)

Jquery[^] might be a good place to start!
 
Share this answer
 
v2
 
Share this answer
 
Comments
The_Real_Chubaka 7-Jun-11 10:44am    
I already know how to parse JSON files using JACKSON.
To do that you need the objet model of the JSON file. I would like to be able to automatically generate the object model. In the link you gave me, the hard coded the object model of the JSON file the use as example. That object model was not generated automatically.

Thanks for your help anyway.
TorstenH. 7-Jun-11 11:40am    
...and you're not able to get a solution out if that fitting your needs? come on, start developing.

Thanks for the downvote anyway.

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