Summary
Flatten JSON Form Input
Description
Used to convert key values of arrays with a single value into simple key value pairs
Route
No Northbound API Available
Roles
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
input | object | yes | The JSON to be converted |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
response | object | JSON key value pairs |