jsonlint icon indicating copy to clipboard operation
jsonlint copied to clipboard

Duplicate keys aren't cool!

Open thejh opened this issue 12 years ago • 26 comments

$ echo '{"a":1,"a":2}' | jsonlint
The "sys" module is now called "util". It should have a similar interface.
{
  "a": 2
}
$ 

thejh avatar Nov 12 '11 19:11 thejh