duckduckgo / zeroclickinfo-goodies

DuckDuckGo Instant Answers based on Perl & JavaScript

Home Page:https://duckduckhack.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Validator: Escaped Unicode characters receive extra slash

toehead2001 opened this issue · comments

Before:

{
  "Foo": "\u003c"
}

After:

{
  "Foo": "\\u003c"
}

This doesn't happen on the JSONLint website, so maybe the JSONLint dependency just needs to be updated to the most recent version.


IA Page: http://duck.co/ia/view/json_validator
Maintainer: @sahildua2305