javascriptserializer - How to deserialize JSON with this stru in c# -
hi guys i'm new this.
how deserialize json structure?
{ "0":{"name":"simon"}, "1":{"name":"les"}, "2":{"name":"brian"} "status_code":"1" }
i tried using javascriptserializer().deserialize(result); doesn't work.
any appreciated
thanks!
json.parse().
var arr_from_json = json.parse( json_string );
in browsers don't, can include json2 library.
Comments
Post a Comment