Last active
October 4, 2021 09:58
-
-
Save DonatasD/29e8229e7c3a60afa35132518083d077 to your computer and use it in GitHub Desktop.
example-json
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
{ | |
"users": [ | |
{ | |
"id": "5cc91881-fe46-42e7-882e-fd6b301ab9f7", | |
"username": "user1", | |
"roles": [ | |
"reader" | |
], | |
"createdAt": "2020-02-02T00:00:00Z" | |
}, | |
{ | |
"id": "9ba91881-fe46-42e7-882e-fd6b301ab9ee", | |
"username": "user2", | |
"contacts": [ | |
{ | |
"type": "email", | |
"value": "user2@localhost" | |
} | |
], | |
"roles": [ | |
"writer" | |
], | |
"createdAt": "2020-02-02T00:00:00Z" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment