Quotation mark in page title produces wrong JSON export
E.g., a page with the title:
Limits of self-organization: peer production and "laws of quality"
See an example here:
With content
[[title::Limits of self-organization: peer production and "laws of quality"]]
[[author::Paul Duguid]]
{{#ask: [[author::Paul Duguid]]
| ? title |
| ? author |
| format = JSON |
}}
the formatted JSON will not escape the quotation mark in the page title:
"items": [
{
"label": "Limits of self-organization: peer production and "laws of quality"",
"title": ["Limits of self-organization: peer production and "laws of quality""],
"author": ["Paul Duguid"]
}]
}
Another example:
Version: unspecified
Severity: normal