Converts a JSON string to a CFSimpleXML object.
Access
public static
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Required |
Pass either a valid JSON-formatted string, or an associative array. |
|
|
Optional |
The name of the class to use to parse the XML. This class should extend |
Returns
Type |
Description |
---|---|
An XML representation of the data. |
Source
Method defined in utilities/json.class.php | Toggle source view (45 lines) | View on GitHub