Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleResults
{
  "Results":{
     "CTX":{
        "Council_Tax_Band_RAW":"A",
        "Council_Tax_Ref":"<a href=\"somepage.aspx\">005141164155969</a>",
        "UPRN":"<a href=\"somepage.aspx\">141164155969</a>",
        "Council____Tax____Band":"Your council tax band is <strong>A</strong>.",
        "Council_Tax_Ref_RAW":"005141164155969",
        "UPRN_RAW":141164155969
     }
  }
}

 

JSONP

By requesting the data from the server by using a URL similar to this, you will end up with JSON similar to what is shown below.

...