[flexcoders] passing objects to amfphp browser

2008-09-08 Thread dnk
has anyone had any luck passing objects to the amfphp browser for testing classes? I read a few articles that you need to use valid JSON for passing in So I am typing in something like: {id: 3, category: 'a cat'} Has anyone been able to do this? The above does not work. I am juts

Re: [flexcoders] passing objects to amfphp browser

2008-09-08 Thread dnk
On 8-Sep-08, at 1:55 PM, dnk wrote: has anyone had any luck passing objects to the amfphp browser for testing classes? I read a few articles that you need to use valid JSON for passing in So I am typing in something like: {id: 3, category: 'a cat'} Has anyone been able to do this?

Re: [flexcoders] passing objects to amfphp browser

2008-09-08 Thread dnk
On 8-Sep-08, at 1:55 PM, dnk wrote: has anyone had any luck passing objects to the amfphp browser for testing classes? I read a few articles that you need to use valid JSON for passing in So I am typing in something like: {id: 3, category: 'a cat'} Has anyone been able to do this?