Skip to content

Instantly share code, notes, and snippets.

@joemaddalone
Last active July 11, 2020 22:27
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 joemaddalone/4e824df3a15d8ecd1d7066d486cab833 to your computer and use it in GitHub Desktop.
Save joemaddalone/4e824df3a15d8ecd1d7066d486cab833 to your computer and use it in GitHub Desktop.
filltext example w/o pretty & callback
{
"rows" : "100",
"id" : "{index}",
"active" : "{bool}",
"fname" : "{firstName}",
"lname" : "{lastName}",
"category" : "[13,16,19,21]",
"tel" : "{phone}",
"address" : "{addressObject}",
"cc" : "{ccObject}",
"business" : "{this.lname}~{businessType}",
"username" : "{username}",
"email" : "{email}",
"school" : "University~of~{usState}",
"news" : "{city}~[\"Gazette\", \"Herald\", \"Tribune\"]",
"created_at": "{date|01-01-2013,10-1-2014}",
"apikey" : "{string|32}",
"@friends" : "{rows=!*id={numberRange|500,1500}*fullName={firstName}~{lastName}*email={email}}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment