Could someone please paste for me an example of what function(s) I"d use in Architect if I have a JSON body, something like:
{"name":"John",
"towns":["Chicago"])
Say I want to get the values of both name and towns and put those into string variables. While the towns shows as an array there'd normally only ever be one value there.
Thanks a lot Melissa, I'll try that later but that does look like exactly what I need. How would it be modified if there was a nested object? Say country.towns?