jsxn alternatives and similar packages
Based on the "JSON" category.
Alternatively, view jsxn alternatives based on common mentions on social networks and blogs.
-
jsx
an erlang application for consuming, producing and manipulating json. inspired by yajl -
json_web_token_ex
An Elixir implementation of the JSON Web Token (JWT) Standard, RFC 7519 -
json_pointer
Implementation of RFC 6901 which defines a string syntax for identifying a specific value within a JSON document -
jwalk
Helper module for working with Erlang proplists, eep 18, map and mochijson-style JSON representations
Access the most powerful time series database as a service
Do you think we are missing an alternative of jsxn or a related project?
Popular Comparisons
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.