Hi, I have a zen page which receives JSON formatted text (from an MV Basic application) and I wish to know the easiest method to extract the data and populate some of the text fields on my zen page. These fields are not data bound, here is an example of data received ;
"HOT" : [
{
"FileId":"ABC",
"HotelName":"HOTEL ABC",
"Address":["32 THE STREETS,WEST END,LONDON"],
"PostCode":"SW1 123",
"TelNo":"12341234",
"Contact":"Mr NoBody",
"Fax":"123312333",
"ResortRef":"WES",
"ResName":"LONDON WEST END",
"CouName":"UK",
"AccCode":["DWB,SWB,SGL,TWB,2BV"]
}
]
Thanks, Chris