katt
katt copied to clipboard
duplicate json-object properties doesn't throw parsing error
this is treated as valid json
{
"a": "b",
"a": "c"
}
`
``
Reported in jsx: https://github.com/talentdeficit/jsx/issues/104