JsonContractType
enum JsonContractType
Array = 2
Dictionary = 5
Dynamic = 6
Linq = 8
None = 0
Object = 1
Primitive = 3
Serializable = 7
String = 4