Docs Menu
API Developer Guide / json / toJson
Service: toJson
This service will convert the object to json in the form of string.
Input Parameter:
Name | Type | Description |
root: | Document | Json Object |
Output Parameter:
Name | Type | Description |
jsonString: | String | Json in String format |