API17:JRegistry::loadJSON
From Joomla! Documentation
JRegistry::loadJSON
Description
Load an JSON string into the registry into the given namespace [or default if a namespace is not given].
public function loadJSON ($data)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | JSON formatted string to load into the registry |
See also
JRegistry::loadJSON source code on BitBucket
Class JRegistry
Subpackage Registry- Other versions of JRegistry::loadJSON
User contributed notes
Code Examples