- From: Benjamin Goering via GitHub <sysbot+gh@w3.org>
- Date: Wed, 02 Dec 2015 23:53:43 +0000
- To: public-annotation@w3.org
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