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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -