I try desperately to parse a JSON file with Javascript.
Here my datas :
{
"streetCity":
{
"132":"Abergement-Clemenciat",
"133":"Abergement-de-Varey",
"134":"Amareins"
}
}
I want just access to each data but I've tried but I failed.
Have you got an idea to read this data ?
Thank you !
Best regards
.json
, that contains JSON data. – Niet the Dark Absol Jun 20 '12 at 18:56