dnote/pkg/cli/migrate/fixtures/legacy-8-dnote.json
Sung Won Cho 23a511dbe0
Improve package structure (#207)
* Improve package structure

* Set up travis
2019-06-25 19:20:19 +10:00

33 lines
676 B
JSON

{
"css": {
"name": "css",
"notes": [
{
"uuid": "d69edb54-5b31-4cdd-a4a5-34f0a0bfa153",
"content": "css test 1",
"added_on": 1536977237,
"edited_on": 1536977253,
"public": false
}
]
},
"js": {
"name": "js",
"notes": [
{
"uuid": "35cbcab1-6a2a-4cc8-97e0-e73bbbd54626",
"content": "js test 1",
"added_on": 1536977229,
"edited_on": 0,
"public": false
},
{
"uuid": "7c1fcfb2-de8b-4350-88f0-fb3cbaf6630a",
"content": "js test 2",
"added_on": 1536977230,
"edited_on": 0,
"public": false
}
]
}
}