katt icon indicating copy to clipboard operation
katt copied to clipboard

duplicate json-object properties doesn't throw parsing error

Open andreineculau opened this issue 8 years ago • 1 comments

this is treated as valid json

{
  "a": "b",
  "a": "c"
}
`
``

andreineculau avatar Dec 15 '16 17:12 andreineculau

Reported in jsx: https://github.com/talentdeficit/jsx/issues/104

andreineculau avatar Dec 15 '16 17:12 andreineculau