Hi there,
I hope someone can help me out as I am really struggling for this.
Basically what I am looking for is to be able to extract data properly from a json file or
string or object or anything else in that format.
I found many tutorials/guide but nothing that could help me really.
I can read a json url but once I have the content I want to properly separate it so I can display it in a more readable format.
How do I do this in
java? and what is the best parser to do this?
Thank you