[jQuery] how Jquery to get this json data ?

[jQuery] how Jquery to get this json data ?


I want get a json data, but alaways err.
anyone know, how to get 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.