Skip to content

Instantly share code, notes, and snippets.

@DonatasD
Last active October 4, 2021 09:58
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 DonatasD/29e8229e7c3a60afa35132518083d077 to your computer and use it in GitHub Desktop.
Save DonatasD/29e8229e7c3a60afa35132518083d077 to your computer and use it in GitHub Desktop.
example-json
{
"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