talentdeficit / jsxn

jsx but with maps for people who are into that kind of thing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

jsx but with maps for people who are into that kind of thing

License:Other


Languages

Language:Erlang 92.2%Language:Elixir 7.8%