Menu

#1 JSON Parser Bug

open
nobody
None
5
2007-09-27
2007-09-27
Anonymous
No

Original JSON String:
{
"Car":{
values:["a", "b"],
values:"c"
}
}

JSON[XML] Result:
<jsonTree>
<Car>
<values>c</values>
</Car>
</jsonTree>

is it ok?

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.