codemelted_json library

Provides the extensions necessary to take full advantage of the JSON and validating your data.

Classes

CodeMeltedJSON
Defines a set of utility methods for performing data conversions for JSON along with data validation.

Extensions

CArrayExtension on CArray
Provides helper methods for the CArray.
CObjectExtension on CObject
Provides helper methods for the CObject for set / get data, implementing a ChangeNotifier, and being able to serialize / deserialize between JSON and string data.
CStringExtension on String
Provides a series of asXXX() conversion from a string data type and do non case sensitive compares.

Properties

codemelted_json CodeMeltedJSON
Sets up the namespace for the CodeMeltedJSON object.
final

Typedefs

CArray = List
Defines an array definition to match JSON Array construct.
CObject = Map<String, dynamic>
Defines an object definition to match a valid JSON Object construct.