Skip to content

Instantly share code, notes, and snippets.

@flores
Last active December 14, 2015 00:49
Show Gist options
  • Save flores/5001378 to your computer and use it in GitHub Desktop.
Save flores/5001378 to your computer and use it in GitHub Desktop.
{
question: "What is an indispensible tool?",
answers: [
{
text: "grep",
score: 50,
display: "no"
},
{
text: "cat",
score: 10,
display: "no"
},
{
text: "perl",
score: 20,
display: "no"
}
]
},
{
question: "some other question",
answers: [
{
text: "some other answer",
score: 90,
display: "no"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment