Skip to content

Instantly share code, notes, and snippets.

@beacrea
Last active August 29, 2015 13:58
Show Gist options
  • Save beacrea/9978029 to your computer and use it in GitHub Desktop.
Save beacrea/9978029 to your computer and use it in GitHub Desktop.
JSON KittenGen for http://www.json-generator.com.
[
'{{repeat(0, 100)}}',
{
picture: 'http://placekitten.com/' + '{{numeric(200,600)}}' + '/' + '{{numeric(200,600)}}',
age: '{{numeric(1, 10)}}',
name: '{{firstName()}}',
gender: '{{gender()}}'
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment