Answer the question
In order to leave comments, you need to log in
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
@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 questionAsk a Question
731 491 924 answers to any question