Closed marcosdemelo closed 9 years ago
When I clone '{ "foo": [ "bar", {}, null, true, false, { "keaa": "value" } ] }', my result at "ClonedObj.ToJSON(True)" is '{"fo":["ba",{},null,true,false,{"ke":"valu"}]}'.
Analyzing, can you see that keys are resulting without the last char.
I'm using the example shown in the Readme .
I can't reproduce this.
I'll find a time and inspect my problem, if I find the problem will report here.
When I clone '{ "foo": [ "bar", {}, null, true, false, { "keaa": "value" } ] }', my result at "ClonedObj.ToJSON(True)" is '{"fo":["ba",{},null,true,false,{"ke":"valu"}]}'.
Analyzing, can you see that keys are resulting without the last char.
I'm using the example shown in the Readme .