This commit is contained in:
alisdair sullivan 2014-12-09 16:27:15 -08:00
commit e751e3324f
14 changed files with 547 additions and 428 deletions

View file

@ -1,4 +1,4 @@
# jsx (v2.3.1) #
# jsx (v2.4) #
an erlang application for consuming, producing and manipulating [json][json].
inspired by [yajl][yajl]
@ -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)