Input:
{ "abc": "xyz", "pqr": "def" }
Expected Output:
[ { "abc": "xyz", "pqr": "def" } ]
Expecting the output mentioned.
Just enclosing an object -or any construct- in bracket will return an array with that item.
Example:
[payload]