Hello, I have an object, lets say
{
"name": sdfasdfasdf
"address": 123 broad street
},
{
"name": sdfsdafsdfasdfa
"address": 321 broad street
},
I would like to convert this into a string that has a new line for each item
name - address
name - address
Im not looking to put this into a table cause the formatting is not what I require.
Everything I've read and tried doesnt seem to work..
Any help would be greatly appreciated.