Skip to content

Instantly share code, notes, and snippets.

@ahsonkhan
Last active June 19, 2019 17:52
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 ahsonkhan/bb95f895e36a77a18b53e5c6d3579759 to your computer and use it in GitHub Desktop.
Save ahsonkhan/bb95f895e36a77a18b53e5c6d3579759 to your computer and use it in GitHub Desktop.
The expected output
// 1b) Expected output:
{"Email":"james@example.com","Active":true,"CreatedDate":"2013-01-20T00:00:00.0000000Z","Roles":["User","Admin"]}
// 2c) Expected output:
{
"Email": "james@example.com",
"Active": true,
"CreatedDate": "2013-01-20T00:00:00Z",
"Roles": [
"User",
"Admin"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment