Help with this Json

I need to generate the following

“addresses”: [
{
“street”: [
“849 Eliseo Skyway”
],
“city”: “New Drewbury”,
“state”: “Maryland”,
“postalCode”: “84291”,
“country”: “Tokelau”,
“type”: “home”
}
],

Its the street array thats giving me issues, it can have multiple lines of data, Help Please!

I figured it out, used [1-3] for inline arrarys