please help, i have json:
{"Alex":21,"Grek":34.4,"Mark":54.22}
I need convert this to Array or List How can I do that? Thanks you.
please help, i have json:
{"Alex":21,"Grek":34.4,"Mark":54.22}
I need convert this to Array or List How can I do that? Thanks you.
You have a json in the wrong format for an array, it should have square braces to represent an array, but it is still not enough. The name in the commas represent a property, and the value after semicolumn is the value of the property of the object you want to obtain from deserialize. Here you can find simple examples of json.