strip out checks for repeated keys in generated json. no one cares

about repeated keys
This commit is contained in:
alisdair sullivan 2014-12-07 07:59:51 +00:00
parent d2a7064e4e
commit 9842a00b4d
5 changed files with 28 additions and 112 deletions

View file

@ -387,10 +387,6 @@ additional options beyond these. see
control codes and problematic codepoints and replacing them with the
appropriate escapes
- `repeat_keys`
this flag circumvents checking for repeated keys in generated json
- `stream`
see [incomplete input](#incomplete-input)