AppFlowy/frontend/rust-lib/flowy-document/tests/assets/json/code.json

14 lines
290 B
JSON
Raw Normal View History

{
"type": "page",
"children": [{
"type": "code",
"data": {
"language": "rust",
"delta": [
{
"insert": "// This is the main function.\nfn main() {\n // Print text to the console.\n println!(\"Hello World!\");\n}"
}
]
}
}]
}