Last active
July 11, 2020 22:27
-
-
Save joemaddalone/4e824df3a15d8ecd1d7066d486cab833 to your computer and use it in GitHub Desktop.
filltext example w/o pretty & callback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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