I am trying to add square brackets for json. Eg., {Phone:true} to [{Phone:true}]. But in apigee I have tried multiple options using javascript. It's adding brackets but Boolean and null values added with quotes. It is coming like [{Phone: "true"}]
Anyone faced similar problem?