Last active
October 6, 2024 23:05
-
-
Save shubham08gupta/292fc275aab07a0c0c47925c87ec67d7 to your computer and use it in GitHub Desktop.
gist to check if I get the json serialised or not
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
{ | |
"id": "1234567890", | |
"name": "Test Account", | |
"given_name": "Test", | |
"family_name": "Account", | |
"picture": "https://lh3.googleusercontent.com/a/ACg8ocIpcv1MzLhbBpbYw4rGqW_-Eb3xkhE8oV1d1S7Dlv9OTki6sQ=s96-c" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment