Skip to content

Instantly share code, notes, and snippets.

@andrewdoss-bit
Created September 28, 2021 15:59
Show Gist options
  • Save andrewdoss-bit/85d0814385bb5b31c6b50fb70581609f to your computer and use it in GitHub Desktop.
Save andrewdoss-bit/85d0814385bb5b31c6b50fb70581609f to your computer and use it in GitHub Desktop.
Sample JSON
[
{"id": 1,
"json_object_data": {
"Rank": 1,
"Name": "Wii Sports",
"Platform": "Wii",
"Year": 2006,
"Genre": "Sports",
"Publisher": "Nintendo",
"NA_Sales": 41.49,
"EU_Sales": 29.02,
"JP_Sales": 3.77,
"Other_Sales": 8.46,
"Global_Sales": 82.74
}
},
{"id": 2,
"json_object_data": {
"Rank": 2,
"Name": "Super Mario Bros.",
"Platform": "NES",
"Year": 1985,
"Genre": "Platform",
"Publisher": "Nintendo",
"NA_Sales": 29.08,
"EU_Sales": 3.58,
"JP_Sales": 6.81,
"Other_Sales": 0.77,
"Global_Sales": 40.24
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment