M
M
Mr_Sinister2015-08-02 00:27:02
JSON
Mr_Sinister, 2015-08-02 00:27:02

What is the easiest JSON parser for C#?

By "simple" I mean using the minimum amount of memory and maximum performance. That is, which JSON string is converted into a hash table or array.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
Tsiren Naimanov, 2015-08-02
@Mr_Sinister

newtonsoft.json

S
Stanislav Makarov, 2015-08-02
@Nipheris

@Mr_Sinister
> but it creates a bunch of objects , of
course, the library is different, but if you are seriously confused by the performance of this de facto standard JSON library, then:
0) you are looking for a performance problem where it does not exist (but exists elsewhere)
1 ) it's time to test it, and write your own, more suitable (rarely, but it happens)
2) you don't need JSON, take protocol buffers
3) you don't need C#, take C++

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question