mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 11:04:17 +08:00
8 lines
189 B
JSON
8 lines
189 B
JSON
{
|
|
"name": "My shelf",
|
|
"description_html": "<p>This is <strong>my shelf</strong> with some books</p>",
|
|
"books": [5,1,3],
|
|
"tags": [
|
|
{"name": "Category", "value": "Learning"}
|
|
]
|
|
} |