Attributes | Name and Description |
---|---|
|
caplin.core.JsonUtility()
This is a static class that never needs to be instantiated. |
Attributes | Name and Description |
---|---|
<static>
|
String
toXml(Object oObject, String sTab)
Converts a object literal into it's XML representation, that can be later converted back to JSON with caplin.core.XmlUtility.toJson. |
►
caplin.core.JsonUtility()
This is a static class that never needs to be instantiated.
►
<static>
String
toXml(Object oObject, String sTab)
Converts a object literal into it's XML representation, that can be later converted back to JSON with caplin.core.XmlUtility.toJson.
Object | oObject | The object literal you want to convert. |
String | sTab | Tab delimiter to use (defaults to an empty string) |