API17:JRegistryFormatJson
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRegistryFormatJson
Description
Description:JRegistryFormatJson [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | objectToString | Converts an object into a JSON formatted string. |
| public | stringToObject | Parse a JSON formatted string and convert it into an object. |
- Defined in libraries/joomla/registry/format/json.php
- Extends JRegistryFormat
Importing
jimport( 'joomla.registry.format.json' );
See also
-
JRegistryFormatJson source code on BitBucket
-
Subpackage Registry
- Other versions of JRegistryFormatJson
SeeAlso:JRegistryFormatJson [Edit See Also]
User contributed notes
<CodeExamplesForm />
