Skip to content

Instantly share code, notes, and snippets.

@JeremyMeissner
Last active October 22, 2021 14:32
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 JeremyMeissner/d18fdffd3669bf8ea1df221ef52750c3 to your computer and use it in GitHub Desktop.
Save JeremyMeissner/d18fdffd3669bf8ea1df221ef52750c3 to your computer and use it in GitHub Desktop.
Json
{
"random": 76,
"random float": 79.946,
"bool": false,
"date": "1995-08-05",
"regEx": "helloooooooooooooooooooooooooooooooooooooooo to you",
"enum": "online",
"firstname": "Nickie",
"lastname": "Hoban",
"city": "Medina",
"country": "Egypt",
"countryCode": "AE",
"email uses current data": "Nickie.Hoban@gmail.com",
"email from expression": "Nickie.Hoban@yopmail.com",
"array": [
"Dale",
"Reeba",
"Morganica",
"Hyacinthe",
"Silvana"
],
"array of objects": [
{
"index": 0,
"index start at 5": 5
},
{
"index": 1,
"index start at 5": 6
},
{
"index": 2,
"index start at 5": 7
}
],
"Caressa": {
"age": 96
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment