Skip to content

Instantly share code, notes, and snippets.

@walterhiggins
Last active August 4, 2023 10:39
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 walterhiggins/638ae87f2f4743ef737ab5080d075339 to your computer and use it in GitHub Desktop.
Save walterhiggins/638ae87f2f4743ef737ab5080d075339 to your computer and use it in GitHub Desktop.
sample json
{
title: "This is the title",
person: {
name: "Walter",
gender: "Male"
}
items: [
{id: 5, name: "Jupiter"},
{id: 7, name: "Saturn"},
{id: 9, name: "Mars"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment