Companion
Properties
Constant value representing an empty DataObject.
Functions
Creates a new DataObject providing the Builder in a block for easy population
Converts a JSONObject to the supported DataObject type.
Converts a Map to the supported DataObject type.
Converts a Map with String keys and Number values into a DataObject
Converts a Map with String keys and Boolean values into a DataObject
Converts a Map with String keys and DataItem values into a DataObject
Converts a Map with String keys and DataList values into a DataObject
Converts a Map with String keys and DataObject values into a DataObject
Converts a Map with String keys and Number values into a DataObject
Converts a Map with String keys and Double values into a DataObject
Converts a Map with String keys and Int collection values into a DataObject
Converts a Map with String keys and Int values into a DataObject
Converts a Map with String keys and Number values into a DataObject
Converts a Map with String keys and Long values into a DataObject
Converts a Map with String keys and String collection values into a DataObject
Converts a Map with String keys and values into a DataObject
Converts a String representation of a DataObject, into an actual DataObject if possible. This method eagerly parses the string value.