Questions tagged [fastjson]

Looking for a speedy JSON parser/generator in Java? Or perhaps the tiniest, quickest polymorphic JSON serializer for C#?

Is it worth converting XML to JSON for better performance levels?

Currently, I am storing my settings using the Visual Studio integrated Settings-Management-System, which utilizes XML. However, in a recent article on fastJSON (http://www.codeproject.com/Articles/159450/fastJSON), I learned that "the fastest XML is ~50x ...