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]}]

But I caught parse error on client.

Next I try this string on JSONLint http://www.jsonlint.com/ . Result
is:
----
syntax error, unexpected ':', expecting ']' at line 53
Parsing failed
----
line 53 is around property "chl".
But I think that property "chl" is used only command, not raw.

What happen?


-- 
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