Last active
July 24, 2022 08:28
-
-
Save YuukiToriyama/1045d7941e4e9dc1c416b120050c8f1b to your computer and use it in GitHub Desktop.
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
{ | |
"userName": "田中一郎", | |
"userAge": 30, | |
"isPremiumMember": false | |
} |
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
{ | |
"名前": "田中一郎", | |
"年齢": 30, | |
"有料会員": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment