Skip to content

Instantly share code, notes, and snippets.

@nemrosim
Created April 9, 2021 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemrosim/720793765faad3bf29b517f011d75174 to your computer and use it in GitHub Desktop.
Save nemrosim/720793765faad3bf29b517f011d75174 to your computer and use it in GitHub Desktop.
[
{{# repeat 3}}
{
"id": {{ @index }},
"uuid": "{{ faker 'random.uuid' }}",
"name": "{{ faker 'name.firstName' }}",
"lastName": "{{faker 'name.firstName'}}",
"text": "Hello world"
}
{{/ repeat}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment