MODULES Uize.Data.Simple
1. Introduction
The Uize.Data.Simple
package provides methods for parsing data represented in the SIMPLE format, an indentation based format for declaring data structures.
DEVELOPERS: Chris van Rensburg
1.1. Examples
The following example pages are good showcases for the Uize.Data.Simple
module...
Simple Data Tester - Experiment with SimpleData - an indentation-based format for representing structured data. Convert data formatted as SimpleData to the JSON format. |
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Data.Simple
module...
SEARCH
1.2. Implementation Info
The Uize.Data.Simple
module defines the Uize.Data.Simple
package under the Uize.Data
namespace.
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
STATIC METHODS
Uize.Data.Simple.collapseChildren
| Uize.Data.Simple.getIndentationLevel
| Uize.Data.Simple.parse
STATIC PROPERTIES
Uize.Data.Simple.moduleName
| Uize.Data.Simple.pathToResources
1.2.2. Features Overridden in This Module
No features have been overridden in this module.
1.2.3. Features Inherited From Other Modules
This module has no inherited features.
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
There is no dedicated unit tests module for the Uize.Data.Simple
module.
2. Static Methods
2.1. Uize.Data.Simple.collapseChildren
IMPLEMENTATION INFO
this feature was introduced in this module |
2.2. Uize.Data.Simple.getIndentationLevel
IMPLEMENTATION INFO
this feature was introduced in this module |
2.3. Uize.Data.Simple.parse
IMPLEMENTATION INFO
this feature was introduced in this module |