v2.0.1
This commit is contained in:
parent
698a733ec1
commit
507fa4c41d
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
v2.0.1
|
||||
|
||||
* fix regression in output of empty objects/arrays
|
||||
|
||||
v2.0
|
||||
|
||||
* jsx is much more pragmatic by default; common json errors are silently
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# jsx (v2.0) #
|
||||
# jsx (v2.0.1) #
|
||||
|
||||
an erlang application for consuming, producing and manipulating [json][json].
|
||||
inspired by [yajl][yajl]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, jsx,
|
||||
[
|
||||
{description, "a streaming, evented json parsing toolkit"},
|
||||
{vsn, "2.0"},
|
||||
{vsn, "2.0.1"},
|
||||
{modules, [
|
||||
jsx,
|
||||
jsx_encoder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue