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