This commit is contained in:
alisdair sullivan 2014-04-27 22:48:48 +00:00
parent 698a733ec1
commit 507fa4c41d
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
v2.0.1
* fix regression in output of empty objects/arrays
v2.0 v2.0
* jsx is much more pragmatic by default; common json errors are silently * jsx is much more pragmatic by default; common json errors are silently

View file

@ -1,4 +1,4 @@
# jsx (v2.0) # # jsx (v2.0.1) #
an erlang application for consuming, producing and manipulating [json][json]. an erlang application for consuming, producing and manipulating [json][json].
inspired by [yajl][yajl] inspired by [yajl][yajl]

View file

@ -1,7 +1,7 @@
{application, jsx, {application, jsx,
[ [
{description, "a streaming, evented json parsing toolkit"}, {description, "a streaming, evented json parsing toolkit"},
{vsn, "2.0"}, {vsn, "2.0.1"},
{modules, [ {modules, [
jsx, jsx,
jsx_encoder, jsx_encoder,