Docs Menu
API Developer Guide / json / fromJsonList
Service: fromJsonList
This service will convert json string to the object. If you have multiple json objects which are in separate lines so it will convert json to object and return an array of objects.
Input Parameter:
Name | Type | Description |
lines: | String Array | Json in lines as array |
Output Parameter:
Name | Type | Description |
root: | Document Array | Array Json object |