Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.17 KB | None | 0 0
  1. {
  2.   "data": {
  3.       "avg_sales_price": 179023,
  4.       "city": "Atlanta",
  5.       "example_list_as_array": ["New York", "Chicago", "San Francisco"],
  6.       "housing_inventory": 4,
  7.       "housing_inventory_prev": 3,
  8.       "inventory_available": true,
  9.       "report_date": "1/1/2017",
  10.       "sales": 763,
  11.       "sales_previous": 712,
  12.       "top_metros": "New York, Chicago, San Francisco",
  13.   },
  14.   "proofread": true
  15. }
  16.  
  17.  
  18. {
  19.   "data": {
  20.     "content": "It was another great month for the Atlanta housing market. Overall, 763 property deals were closed compared to 712 previously.\nAt the same time, the mean value of a home in Raleigh fell slightly to $179,023. It's a fantastic time to buy, given the last three months of falling property values.\nFinally, housing inventory increased from three months to four.\nThe top metro areas for propety sales this month were New York, Chicago, and San Francisco."
  21.   },
  22.   "proofread_results": {
  23.     "errors": [
  24.       {
  25.         "content": "propety",
  26.         "reason": "Possible spelling mistake found",
  27.         "suggestions":[
  28.           "property"
  29.         ],
  30.         "offset": 382,
  31.         "length": 7
  32.       },
  33.       ...
  34.     ]
  35.   }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement