You can actually use the int index as an array in JSON, just try the following:
var jsonObject = { "0":{ "status":"available", "classkey":"dotnet" }, "1":{ "ccc":{ "com":"available", "net":"available", "info":"available", "org":"available" } } } alert(jsonObject[0].status)
Xdevelop
source share