Skip to content

Instantly share code, notes, and snippets.

@isaldin
Created March 26, 2015 04:07
Show Gist options
  • Save isaldin/d660cb76f8df95bec259 to your computer and use it in GitHub Desktop.
Save isaldin/d660cb76f8df95bec259 to your computer and use it in GitHub Desktop.
{
countries: [
{
id: '{{index()+1}}',
name: '{{country()}}',
cities:[
'{{repeat(5, 7)}}',
{
id: '{{index()+1}}',
name: '{{city()}}',
location: {
lat: '{{floating(-90.000001, 90)}}',
lon: '{{floating(-180.000001, 180)}}'
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment