Whatever message this page gives is out now! Go check it out!
{
"message": "Hello World",
"names": [
"John",
"Paul",
"George"
],
"address": {
"street": "Bleecker street",
"housenumber": 50
}
}<beatles>
<message>Hello World</message>
<address>
<street>Bleecker street</street>
<housenumber>50</housenumber>
</address>
<names>John</names>
<names>Paul</names>
<names>George</names>
<?xml-multiple names?>
</beatles><?xml version="1.0" encoding="utf-8"?>
<IncomeAndHouseValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ws.cdyne.com/DemographixWS">
<PlaceInformation>
<StateAbbrev>NY</StateAbbrev>
<PlaceID>0036146</PlaceID>
<Rural>false</Rural>
</PlaceInformation>
<Error>false</Error>
<ErrorString>No Error</ErrorString>
<MedianIncome>61544</MedianIncome>
<MedianHouseValue>283600</MedianHouseValue>
</IncomeAndHouseValue>{
"IncomeAndHouseValue": {
"@xmlns": "http://ws.cdyne.com/DemographixWS",
"@xmlns:xsd": "http://www.w3.org/2001/XMLSchema",
"@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
"PlaceInformation": {
"StateAbbrev": "NY",
"PlaceID": 36146,
"Rural": false
},
"Error": false,
"ErrorString": "No Error",
"MedianIncome": 61544,
"MedianHouseValue": 283600
}
}{
"names": [
"John",
"Paul",
"George"
],
"address": {
"street": "Bleecker street",
"housenumber": 50
}
}