I'm using JSON library with NETCF 2.0.
It works, but it is some what slow.
Looking the source code, I saw that internal Dictionaries and Collections are initialized without any initial capacity, while processing large json dataset that could improve de performance a lot.
It works, but it is some what slow.
Looking the source code, I saw that internal Dictionaries and Collections are initialized without any initial capacity, while processing large json dataset that could improve de performance a lot.