# 2021/07/04 <!-- ### User情報の定義 user.csv ``` [user1],[pass1] [user2],[pass2] [user3],[pass3] ``` --> ### メモデータ #### JSON ``` [ { "user": "user1", "pass": "pass1", "data": [ { "text": "text1" }, { "text": "text2" } ] }, { "user": "user2", "pass": "pass2", "data": [ { "text": "text1" }, { "text": "text2" } ] } ] ``` #### XML ``` <?xml version="1.0" encoding="UTF-8" ?> <root> <row> <user>user1</user> <pass>pass1</pass> <data> <text>text1</text> </data> <data> <text>text2</text> </data> </row> <row> <user>user2</user> <pass>pass1</pass> <data> <text>text1</text> </data> <data> <text>text2</text> </data> </row> </root> ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up