Re: [web-annotation] Newline escaping in embedded content

pretty sure new lines are in JSON

```
console.log(JSON.parse(JSON.stringify({ "foo": "sup\nsup2" })).foo)
sup
sup2
```

-- 
GitHub Notification of comment by gobengo
Please view or discuss this issue at 
https://github.com/w3c/web-annotation/issues/64#issuecomment-161470476
 using your GitHub account

Received on Wednesday, 2 December 2015 23:53:45 UTC