aboutsummaryrefslogtreecommitdiff
path: root/src/library_jansson.js
AgeCommit message (Collapse)Author
2013-02-04Fix typos.Bruce Mitchener
2012-10-25Fix -O1 warning and use proper pointers for Jansson library.Lars Schneider
See details: https://github.com/kripken/emscripten/pull/636#issuecomment-9456782
2012-10-17Add `library_jansson` for JSON parsing.Lars Schneider
Jansson is a C library for encoding, decoding and manipulating JSON data [1]. `library_jansson` mimics this interface (currently only for decoding) to perform JSON parsing in Javascript. [1] https://github.com/akheron/jansson