Popularity
4.8
Stable
Activity
0.0
Stable
27
4
10

Monthly Downloads: 14
Programming language: Erlang
License:
Tags: JSON    
Latest version: v2.3.0

jsxn alternatives and similar packages

Based on the "JSON" category.
Alternatively, view jsxn alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of jsxn or a related project?

Add another 'JSON' Package

README

jsxn (v2.3.0)

this is just jsx but with maps instead of proplists

also jsx returns maps now so you probably don't need to use this anymore

differences from jsx

1> jsxn:decode(<<"{\"library\": \"jsxn\", \"awesome?\": true}">>).
#{<<"awesome?">> => true,<<"library">> => <<"jsxn">>}

that's pretty much it. enjoy

jsxn is released under the terms of the MIT license

copyright 2010-2013 alisdair sullivan


*Note that all licence references and agreements mentioned in the jsxn README section above are relevant to that project's source code only.