Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-04 | Fix typos. | Bruce Mitchener | |
2012-10-25 | Fix -O1 warning and use proper pointers for Jansson library. | Lars Schneider | |
See details: https://github.com/kripken/emscripten/pull/636#issuecomment-9456782 | |||
2012-10-17 | Add `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 |