Enquote JSON strings

pull/3592/head
Graham Leach-Krouse 4 years ago
parent 1ccf88656b
commit 153a665a34

@ -49,11 +49,11 @@ the front matter of a book).
Text annotations will be represented within an `m.markup.location` as follows: Text annotations will be represented within an `m.markup.location` as follows:
``` ```
m.markup.location: { "m.markup.location": {
m.markup.pdf.text: { "m.markup.pdf.text": {
rect: {left: ..., right: ..., top: ..., bottom: ...} "rect": {"left": ..., "right": ..., "top": ..., "bottom": ...}
contents: ... "contents": ...
page_index: ... "page_index": ...
} }
.. ..
} }
@ -73,12 +73,12 @@ Highlight Annotations will be represented within an `m.markup.location` as
follows: follows:
``` ```
m.markup.location: { "m.markup.location": {
m.markup.pdf.highlight: { "m.markup.pdf.highlight": {
rect: {left: ..., right: ..., top: ..., bottom: ...} "rect": {"left": ..., "right": ..., "top": ..., "bottom": ...}
contents: ..., "contents": ...,
quad_points: [...], "quad_points": [...],
page_index: ... "page_index": ...
} }
.. ..
} }

Loading…
Cancel
Save