F
F
Fashion2012-02-02 19:58:01
Java
Fashion, 2012-02-02 19:58:01

JSON library for Java?

The only requirement is high performance. I did not find intelligible reviews on the Internet, so I hope for a collective habra experience :)

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
Maxim, 2012-02-02
@Fashion

We use GSON code.google.com/p/google-gson/ in projects

1
1nd1go, 2012-02-02
@1nd1go

There are few options, IMHO: jackson.codehaus.org/. It is also used in Spring. Everything is oak, so it will be fast enough.

B
barker, 2012-02-02
@barker

Just use with json.org, for example www.json.org/java/index.html . I somehow find it strange to think about the performance of the library for working with json.

V
vart, 2012-02-02
@vart

We had quite a lot of data constantly chased by JSON, when we optimized, we tried several libraries, jackson.codehaus.org/ gave a 10-15% performance increase, though I can’t remember what was used before.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question