jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts

  • bugaam
    Member

    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
    }
    }
    ]

Viewing 1 post (of 1 total)