Deserializes a string in the JSON format.
angular.fromJson(json, useNative);
json – {string} –
JSON string to deserialize.
useNative – {boolean} –
Use native JSON parser if available
{Object|Array|Date|string|number}
Deserialized thingy.