raml-org / raml-js-parser

(deprecated) A RAML parser based on PyYAML written in CoffeScript and available for use as NodeJs module or in-browser.
195 stars 53 forks source link

Replace JSON Lint with jju #157

Closed blakeembrey closed 9 years ago

blakeembrey commented 9 years ago

Found jju which provides a similar level of JSON parse error detail. I'll add the test case from https://github.com/raml-org/raml-js-parser/issues/151 tomorrow and see if we can fully replace JSON lint.

dmartinezg commented 9 years ago

Looks good, I would only add the JSON with the Unicode chars that was reported, as a regression test.

blakeembrey commented 9 years ago

@dmartinezg Thanks for the update. I've added the test case from #151 and it's passing.

dmartinezg commented 9 years ago

:+1: