A fast JSON parser/generator for Java, or a smallest, fastest polymorphic JSON serializer for C#.
Fastjson(disambiguation)
java
Fastjson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Fastjson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of.
C#
Fastjson is the smallest and fastest polymorphic JSON serializer.