Answer the question
In order to leave comments, you need to log in
Steam API - how to parse complex JSON into parts?
I started digging with the STEAM API, received JSON in response.
pastebin.com/eW8Gg9kd
I did not understand how to "disassemble" it.
Before that, I didn’t work with JSON, only in the android application I stored simple data in it, and it was very easy to parse there (json.getString(...);)
At the same time, I ask you to suggest the most sane library for working with JSON in java.
Answer the question
In order to leave comments, you need to log in
There is Jackson, which everyone recommends, but personally I did not like it. That's why I use JSON/BSON parsers from the MongoDB driver. Very convenient - all data is brought to native. But they are stored in collections as Object.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question