Last active
June 19, 2019 17:52
-
-
Save ahsonkhan/bb95f895e36a77a18b53e5c6d3579759 to your computer and use it in GitHub Desktop.
The expected output
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
// 1b) Expected output: | |
{"Email":"[email protected]","Active":true,"CreatedDate":"2013-01-20T00:00:00.0000000Z","Roles":["User","Admin"]} | |
// 2c) Expected output: | |
{ | |
"Email": "[email protected]", | |
"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