Last active
April 19, 2018 12:39
-
-
Save t-kabaya/47ba6517eb0d2688267054eda06cee09 to your computer and use it in GitHub Desktop.
UserAPI
This file contains 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
{ | |
A: { | |
name: 'Aさん', | |
age: 23 | |
}, | |
B: { | |
name: 'Bさん', | |
age: 36 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment