[Proto-Scripty] Re: Nested JSON problem

2008-12-19 Thread George
No it just means that you can only nest your data to a depth of 512 on the php server side. Imagine navigating that! On Dec 18, 7:26 pm, jason maina jason.ma...@gmail.com wrote: Is it to mean that it cant support a large 'recordset' ? On 12/18/08, Richard Quadling rquadl...@googlemail.com

[Proto-Scripty] Re: Nested JSON problem

2008-12-18 Thread George
Hi Jason, Forgive me if I've misunderstood the question, but hopefully this might help. As far as I know, you can infinitely nest your JSON data if that's what you want to do. I've noticed some fundamental problems with your JSON you pasted in your post which may just be typos, but need to be

[Proto-Scripty] Re: Nested JSON problem

2008-12-18 Thread jason maina
Hi George, Thanks for the input. Well, the data is converted to json by php from a nested array after extracting the data from a database thus the reason why there's flowerset and flowers. Im finally through with it, it looks kinda complicated in the nesting element but it somehow while

[Proto-Scripty] Re: Nested JSON problem

2008-12-18 Thread Richard Quadling
2008/12/18 jason maina jason.ma...@gmail.com: Hi George, Thanks for the input. Well, the data is converted to json by php from a nested array after extracting the data from a database thus the reason why there's flowerset and flowers. Im finally through with it, it looks kinda

[Proto-Scripty] Re: Nested JSON problem

2008-12-18 Thread George
You learn something every day! Many thanks for that Richard. On Dec 18, 4:16 pm, Richard Quadling rquadl...@googlemail.com wrote: 2008/12/18 jason maina jason.ma...@gmail.com: Hi George, Thanks for the input. Well, the data is converted to json by php from a nested array after

[Proto-Scripty] Re: Nested JSON problem

2008-12-18 Thread jason maina
Is it to mean that it cant support a large 'recordset' ? On 12/18/08, Richard Quadling rquadl...@googlemail.com wrote: 2008/12/18 jason maina jason.ma...@gmail.com: Hi George, Thanks for the input. Well, the data is converted to json by php from a nested array after extracting the data

[Proto-Scripty] Re: Nested JSON problem

2008-12-17 Thread jason maina
What im wondering out of the reply is I cant have a nested JSON object with the following layout? groupID, groupName, groupItems(array of items) similar example: http://labs.adobe.com/technologies/spry/samples/data_region/JSONDataSetSample.html#Example5 Regards, Jason On Wed, Dec 17, 2008 at