CosenseのJSONの構造
ScrapboxのJSONの構造
Include metadata such as line.created and line.updated.
name
displayName
exported (UNIX time)
pages
title
created (UNIX time)
updated (UNIX time)
lines
text
created (UNIX time)
updated (UNIX time)
UNIX時間
例
code:json
{
"name": "r-test",
"displayName": "プロジェクト名",
"exported": 1553393141,
"pages": [
{
"title": "はじめてのScrapbox",
"created": 1553393091,
"updated": 1553393108,
"lines": [
{
"text": "はじめてのScrapbox",
"created": 1553393091,
"updated": 1553393103
},
{
"text": "行追加",
"created": 1553393106,
"updated": 1553393107
},
{
"text": "",
"created": 1553393107,
"updated": 1553393107
}
]
},
{
"title": "2つ目",
"created": 1553393113,
"updated": 1553393113,
"lines": [
{
"text": "2つ目",
"created": 1553393113,
"updated": 1553393113
}
]
}
]
}