mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
14 lines
227 B
JSON
14 lines
227 B
JSON
{
|
|
"title": "Jison Parser options",
|
|
"type": "object",
|
|
"properties": {
|
|
"token-stack": {
|
|
"type": "boolean"
|
|
},
|
|
"debug": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|