Skip to main content
Skip table of contents

Reformatting Examples

Table array with an incorrect key

CODE
{
  "data":[
    {
      "vendorName":"Square 9 Softworks",
      "vendorId":"77364"
    },
    {
      "vendorName":"Microsoft",
      "vendorId":"77834"
    }
  ]
}

Expression

{"value":[data]}

Output

CODE
{
  "value": [
    {
      "vendorName": "Square 9 Softworks",
      "vendorId": "77364"
    },
    {
      "vendorName": "Microsoft",
      "vendorId": "77834"
    }
  ]
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.