Parse from JSON
Parses a JSON string into a data object.
Parses a JSON string into a data object. This can be used when a webservice for example returns XML with one field containing a JSON string.
The difference is at first glance minor, the input data is a string containing json while the output is actual json.