Forum Discussion

kumar25's avatar
kumar25
New Contributor II
3 years ago

Not able to create JSON Array

Hi, I have a list of JSON objects, trying to add them to an array. Not able to do so, can some help in how to do that. Input: [ { “a”:“101”, “b”:“102”, “c”:“103” }, { “a”:“201”, ...