an array of server:
Array ( [28.01.2015] => Array ( [03] => 2 [02] => 4 ) )
was converted into a string using the json_encode
.
The result was a string:
{"28.01.2015":{"03":2,"02":4}}
How to use Javascript to convert this string into an array ?