Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a doubt in JSON parser using java.. My Code will automatically generate a JSON file based upon the customer usage in cloud.. Once JSON file expanding its is complex to manage.. I cannot find if the data which is belonging to the object or array.. my recursive function which is handling only small json file.. which is not use full for the big JSON file.. If you have any suggestion means PLZ share it to me..



With Regards
A. AnumanthaRaja
Posted
Comments
Sergey Alexandrovich Kryukov 15-Feb-15 13:39pm    
The problem is not clear. If your "JSON file... is complex to manage", it means that you did not even try to parse it, and you did not deserealize JSON into Java data. So, what have you tried so far?
—SA
Mohibur Rashid 17-Feb-15 3:36am    
Well, writing your own code is not bad. But if you want you can use Java library. Why don't you take a look at JSONObject and JSONOArray they are useful

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