Commit 5276e28b authored by Kyle Keating's avatar Kyle Keating Committed by Kyle Keating

Fix json formatting

parent 4c512d3a
...@@ -8,17 +8,17 @@ ...@@ -8,17 +8,17 @@
"startContainer": "/div[1]", "startContainer": "/div[1]",
"endContainer": "/div[1]", "endContainer": "/div[1]",
"startOffset": 4, "startOffset": 4,
"endOffset": 7, "endOffset": 7
},{ },{
"type": "TextPositionSelector", "type": "TextPositionSelector",
"start": 4, "start": 4,
"end": 7, "end": 7
},{ },{
"type": "TextQuoteSelector", "type": "TextQuoteSelector",
"prefix": "One ", "prefix": "One ",
"suffix": " Three\n", "suffix": " Three\n",
"exact": "Two", "exact": "Two"
}], }]
}], }]
}], }]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment