rpc1235x
2 years agoNew Contributor II
Retrieve a JSON Nested objects as individual lines
Hello I am having trouble extracting a nested JSON array that looks like this: {
"name": "Acme",
"color": "blue",
"animal": "dog",
"employee": [ { "first_name": "Bob", "last_name": "Smith"...