Re: Update JSON Invalid

2011-06-20 Thread Yonik Seeley
On Mon, Jun 20, 2011 at 11:25 PM, Shawn Heisey wrote: > On 6/20/2011 8:08 PM, entdeveloper wrote: >> >> Technically, yes, it's valid json, but most libraries treat the json >> objects >> as maps, and with multiple "add" elements as the keys, you cannot properly >> deserialize. >> >> As an example,

Re: Update JSON Invalid

2011-06-20 Thread Shawn Heisey
On 6/20/2011 8:08 PM, entdeveloper wrote: Technically, yes, it's valid json, but most libraries treat the json objects as maps, and with multiple "add" elements as the keys, you cannot properly deserialize. As an example, try putting this into jsonlint.com, and notice it trims off one of the doc