Skip to content

Instantly share code, notes, and snippets.

@RyanBalfanz
Created August 15, 2023 07: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 RyanBalfanz/bfd5dd054f51819661b9740466d93a3d to your computer and use it in GitHub Desktop.
Save RyanBalfanz/bfd5dd054f51819661b9740466d93a3d to your computer and use it in GitHub Desktop.
My JSON Server
{
"string": "Hello.",
"number": 3.14,
"integer": 42,
"boolean": true,
"date": "2023-08-15",
"datetime": "2023-08-15T07:28:15.442151"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment