Last active
October 22, 2021 14:32
-
-
Save JeremyMeissner/d18fdffd3669bf8ea1df221ef52750c3 to your computer and use it in GitHub Desktop.
Json
This file contains 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
{ | |
"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