Thanks for the quick response. The reason It wasn’t loading for me is that I had a null object. How do I deal with those? Here is the json
[
{
“state”:{
“id”:x526,
“city”:{
“name”:”Beverly Hills”,
“id”:90210,
“value”:”Beverly Hills”
},
{
“state”:{
“id”:x333,
“city”:{
“name”:null,
“id”:null,
“value”:null
}
}
]