Skip to content

Instantly share code, notes, and snippets.

@anchetaWern
Forked from anonymous/couchdb-bulk.json
Last active November 19, 2016 19:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anchetaWern/294a2ad374b59eee7eae491a25330e5e to your computer and use it in GitHub Desktop.
Save anchetaWern/294a2ad374b59eee7eae491a25330e5e to your computer and use it in GitHub Desktop.
couchdb bulk json
{
"docs": [
{
"name": "Squirtle",
"type": ["Water"],
"trainer": "Ash",
"gender": "m",
"owned": "1999-05-21"
},
{
"name": "Pikachu",
"type": ["Electric"],
"trainer": "Ash",
"gender": "m",
"owned": "1999-01-02"
},
{
"name": "Starmie",
"type": ["Water"],
"trainer": "Misty",
"gender": "f",
"owned": "1999-03-17"
},
{
"name": "Onix",
"type": ["Rock"],
"trainer": "Brock",
"gender": "m",
"owned": "1998-12-29"
},
{
"name": "Charizard",
"type": ["Fire"],
"trainer": "Ash",
"gender": "m",
"owned": "1999-03-16"
},
{
"name": "Psyduck",
"type": ["Water", "Psychic"],
"trainer": "Misty",
"gender": "m",
"owned": "1999-04-29"
},
{
"name": "Meowth",
"type": ["Normal"],
"trainer": "Team Rocket",
"gender": "m",
"owned": "1998-01-23"
},
{
"name": "Talonflame",
"type": ["Fire", "Flying"],
"trainer": "Ash",
"gender": "m",
"owned": "2015-02-10"
},
{
"name": "Froakie",
"type": ["Water"],
"trainer": "Ash",
"gender": "m",
"owned": "2015-07-11"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment