Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/talentdeficit/jsxn

jsx but with maps for people who are into that kind of thing
https://github.com/talentdeficit/jsxn

Last synced: about 2 months ago
JSON representation

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

Lists

README

        

# jsxn (v2.3.0) #

this is just [jsx][jsx] but with maps instead of proplists

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

### differences from jsx ###

```erlang
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][MIT] license

copyright 2010-2013 alisdair sullivan

[jsx]: https://github.com/talentdeficit/jsx
[MIT]: http://www.opensource.org/licenses/mit-license.html