API17:JRegistryFormatJson
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/registry/format/json.php | libraries/joomla/registry/format/json.php | ||
| + | * see source code in [[jplatform:registry/format/json.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Registry/11.1|Registry]] | [[Subpackage Registry/11.1|Registry]] | ||
| Line 27: | Line 28: | ||
<source lang="php">jimport( 'joomla.registry.format.json' );</source> | <source lang="php">jimport( 'joomla.registry.format.json' );</source> | ||
===See also=== | ===See also=== | ||
| + | * JRegistryFormatJson source code in [[jplatform:registry/format/json.php|BitBucket]] | ||
* [[JRegistryFormatJson|Other versions of this class]] | * [[JRegistryFormatJson|Other versions of this class]] | ||
{{SeeAlso:JRegistryFormatJson}} | {{SeeAlso:JRegistryFormatJson}} | ||
Revision as of 18:01, 23 April 2011
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.
[Edit Descripton] Description:JRegistryFormatJson
Defined in
libraries/joomla/registry/format/json.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| objectToString | Converts an object into a JSON formatted string. |
| stringToObject | Parse a JSON formatted string and convert it into an object. |
Importing
jimport( 'joomla.registry.format.json' );
See also
- JRegistryFormatJson source code in BitBucket
- Other versions of this class
SeeAlso:JRegistryFormatJson [Edit See Also]
Examples
<CodeExamplesForm />
