API17:JRegistryFormatJson::stringToObject
From Joomla! Documentation
JRegistryFormatJson::stringToObject
Description
Parse a JSON formatted string and convert it into an object.
public function stringToObject (
$data
$process_sections=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | |||
| $process_sections | false |
- Returns
- Defined on line 44 of libraries/joomla/registry/format/json.php
See also
JRegistryFormatJson::stringToObject source code on BitBucket
Class JRegistryFormatJson
Subpackage Registry- Other versions of JRegistryFormatJson::stringToObject
User contributed notes
Code Examples