Skip to content

Instantly share code, notes, and snippets.

@13protons
Created August 23, 2012 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save 13protons/3441476 to your computer and use it in GitHub Desktop.
Save 13protons/3441476 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