mgholam / fastJSON

Smallest, fastest polymorphic JSON serializer
https://www.codeproject.com/Articles/159450/fastJSON-Smallest-Fastest-Polymorphic-JSON-Seriali
MIT License
479 stars 147 forks source link

KVStyleStringDictionary #18

Closed zecompadre closed 8 years ago

zecompadre commented 8 years ago

else if (_params.KVStyleStringDictionary == false && obj is IDictionary && obj.GetType().IsGenericType && obj.GetType().GetGenericArguments()[0] == typeof(string))

is possible if "obj.GetType().GetGenericArguments()[0] == typeof(int)" convert key to string type ?

with a parameter "IntDictionaryKeyToString" true/false by default false

tks