Member since
05-22-2017
2
Posts
0
Kudos Received
0
Solutions
01-12-2023
01:03 PM
In my case I have to fetch a particular key value from a json array. I was trying to do $.[key] but it just splits the array into separate json files. Is there any solution for this ? I wanted the split array as {"test1", "test2"} Jsonarray example: [{"key":"test1", "name":"testName"}, {"key":"test2", "name":"testName2"}]
... View more
05-23-2017
08:31 AM
Please first validate your JSON using JSON Formatter and JSON Validator.
... View more