API17

API17:JRegistry::loadJSON

From Joomla! Documentation

Joomla 11.1 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
  • Returns boolean True on success
  • Defined on line 433 of libraries/joomla/registry/registry.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples