Skip to content

Instantly share code, notes, and snippets.

@dineshvg
Forked from 13protons/JSON Example
Created May 11, 2020 08:46
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 dineshvg/62fa14ea60e37d1611e9502bed42de06 to your computer and use it in GitHub Desktop.
Save dineshvg/62fa14ea60e37d1611e9502bed42de06 to your computer and use it in GitHub Desktop.
Very simple JSON example
{
questions: [{
text: "What does 'API' stand for?",
answer: "API stands for Application Programming Interface."
},{
text: "What's so good about pragmatic REST?",
answer: "It's focused on the api consumer, so it makes it easier for developers to contribute to your app library!"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment