On Wed, Dec 01, 2010 at 06:28:53PM -0800, TOGAWA Satoshi wrote:
> Hello.
> 
> I'd like to array from server to client. So I write code on server,
> and get JSON string below:
> 
> [{"time":"1291198773","raw":"CHANNEL","data":{"users":
> [{"casttype":"uni","pubid":"e2a436f7fa5c70767ab002a35fb6c0ad","properties":
> {"name":"togawa"},"level":1}],"pipe":
> {"casttype":"multi","pubid":"a45cf5f098c4b0132d20ea9464059e44","properties":
> {"name":"chiikifinal"}}}},
> {"time":"1291198773","raw":"CHIIKIFINAL_ALL","data":
> [{"name":"Y.S.C.C.","point":0,"diff":0,"goal":0},{"name":"SANYO
> elec.","point":0,"diff":0,"goal":0},{"name":"K. sanuki","point":
> 0,"diff":0,"goal":0},{"name":"A.C. Nagano P.","point":0,"diff":
> 0,"goal":0},"chl":3]}]
                     ^ -- here is the problem

"chl": 3 is inside square brackets here, which is illegal in JSON.

Andrew

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to