I
I
Ivan Balaksha2014-05-12 21:21:52
Java
Ivan Balaksha, 2014-05-12 21:21:52

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

1 answer(s)
M
Maxim Moseychuk, 2014-05-12
@tagantroy

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 question

Ask a Question

731 491 924 answers to any question