Skip to content

Instantly share code, notes, and snippets.

@DK15
Created October 19, 2018 09:38
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 DK15/600fdb171e0b25c08f7e4ac071c791f4 to your computer and use it in GitHub Desktop.
Save DK15/600fdb171e0b25c08f7e4ac071c791f4 to your computer and use it in GitHub Desktop.
Json structure having reviews info
[{
"Rating": 4,
"Review": "Test",
"Created": "2016-11-22 21:13:23",
"FullName": "John smith",
"City": "Spring Lake",
"State": "WI",
"profile_pic": "https:\/\/randomuser.me\/api\/portraits\/men\/64.jpg"
}, {
"Rating": 3,
...
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment