http://ekrantz.com/index.php/2007/06/06/json-and-associative-arrays.html

2009/3/7 YuanYuan <yuan2y...@gmail.com>

> I want get a  json data, but alaways err.
>
> anyone know, how to get 
> softwareList.for001.id<http://softwarelist.for001.id/>?
> or get softwareList for001~for002 text  ?
>
> r({
> "softwareList": [
>    {'for001':
>     {id:'for001', sType:'s', name:'test', fsize:'5MB', link:'a.b.c',
> revisionLog:['test'], programName:'a.exe'}
>        },
>    {'for002':
>     {id:'for002', sType:'s', name:'test', fsize:'5MB', link:'a.b.c',
> revisionLog:['test'], programName:'b.exe'}
>        }
> ]
> })
>
> thanks.

Reply via email to