Created
January 23, 2009 19:59
-
-
Save danwoolley/51163 to your computer and use it in GitHub Desktop.
Dwellicious JSON data array format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<![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": "[email protected]" | |
}, | |
"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