Last active
April 25, 2020 09:26
-
-
Save joemaddalone/2260cda3c59f6df8edef to your computer and use it in GitHub Desktop.
gist example for filltext.com
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" : "!", | |
"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}}", | |
"pretty" : true, | |
"callback" : "JSON_CALLBACK" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try it out here:
http://www.filltext.com/?gist=2260cda3c59f6df8edef