Skip to content

Instantly share code, notes, and snippets.

@danwoolley
Created January 23, 2009 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danwoolley/51163 to your computer and use it in GitHub Desktop.
Save danwoolley/51163 to your computer and use it in GitHub Desktop.
Dwellicious JSON data array format
<![CDATA[
var dwellicious_data = {
"address": "123 Main St.",
"city": "Boca Raton",
"state": "FL",
"zip": "33432",
"zip4": "",
"area": "East Boca Raton",
"subdivision": "Spanish River Estates",
"county": "Palm Beach",
"price": "550000",
"beds": "4",
"baths": "3.5",
"sqft": "3200",
"lotsize": "5600",
"yearbuilt": "1967",
"proptype": "Single Family",
"mlsnum": "55513",
"active": true,
"remarks": "Rebuilt in 2003 with extended boat slip ...",
"photos": [ {
"displayorder": 0,
"url": "http://p.rdcpix.com/v01/l4c26d841-m0m.jpg",
"caption": ""
}, {
"displayorder": 1,
"url": "http://p.rdcpix.com/v01/l4c26d841-m1m.jpg",
"caption": ""
}, {
"displayorder": 2,
"url": "http://p.rdcpix.com/v01/l4c26d841-m2m.jpg",
"caption": ""
} ],
"agent": {
"name": "Linda Dixon",
"phone": "561-555-1213",
"email": "linda@boca.com"
},
"broker": {
"name": "Boca East Realtors",
"phone": "561-555-1213",
"email": ""
}
};
]]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment