convertTypedMapToTypedJson
- Source:
Methods
(inner) convertTypedMapToTypedJson(typedMap) → {Object}
Convert Typed Map to Typed JSON. See here
for more details about Typed JSON.
Parameters:
Name | Type | Description |
---|---|---|
typedMap |
Map | Typed Map to Convert |
- Source:
Throws:
Throws an error if error occurred when converting Typed Map to Typed JSON
Returns:
Typed JSON object
- Type
- Object
(inner) convertTypeToTypedJson(typed) → {Object}
Convert Type to Typed JSON
Parameters:
Name | Type | Description |
---|---|---|
typed |
Object | Type to Convert (array, object, types) |
- Source:
Returns:
Typed JSON object
- Type
- Object