ericclemmons/node-recorder

Not all JSON is valid

ericclemmons opened this issue · 2 comments

Medium protects XSS or whatever by making JavaScript invalid:

https://medium.com/@ericclemmons/javascript-fatigue-48d4011b6fc4?format=json

So this should have a try so that it isn't parsed erroneously.

Or should it always be stored as text?

I already fixed this IIRC.