circlecell / jsonlint.com

[OLD] Please go to new source, link below.

Home Page:https://github.com/circlecell/jsonlint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

False negative with \n

mik-jozef opened this issue · comments

This evaluates as valid JSON, but it's invalid: "\n".

Just try JSON.parse('"\n"').

This repo doesn't seem very active.