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: 3 months ago
JSON representation
jsx but with maps for people who are into that kind of thing
- Host: GitHub
- URL: https://github.com/talentdeficit/jsxn
- Owner: talentdeficit
- License: other
- Archived: true
- Created: 2014-04-22T02:46:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T15:57:14.000Z (over 9 years ago)
- Last Synced: 2024-10-06T08:08:10.930Z (3 months ago)
- Language: Erlang
- Size: 219 KB
- Stars: 26
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Erlang - jsx but with maps. (JSON)
- fucking-awesome-elixir - jsxn - jsx but with maps. (JSON)
- awesome-elixir - jsxn - jsx but with maps. (JSON)
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