Answer the question
In order to leave comments, you need to log in
How to achieve correct KeyValuePair serialization with JsonFX?
There is a test code like this
IList list;
list = new List<KeyValuePair<string, object>>();
list.Add(new KeyValuePair<string, object>("A", 1));
list.Add(new KeyValuePair<string, object>("B", new KeyValuePair<string, object>("TEST0", 12345)));
list.Add(new KeyValuePair<string, object>("C", new KeyValuePair<string, object>("TEST1", new TEST0_CLASS() { prop = 15 })));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question