jsx/src
2011-07-29 00:18:33 -07:00
..
jsx.app.src remove mention of eep0018, add jsx_terms 2011-07-26 13:11:03 -07:00
jsx.erl streamlined options 2011-07-28 19:21:19 -07:00
jsx_common.hrl escape_forward_slash option to allow optional escaping of forward slashes during encoding. for compatibility with microsoft json date format 2011-07-29 00:18:33 -07:00
jsx_decoder.hrl escape_forward_slash option to allow optional escaping of forward slashes during encoding. for compatibility with microsoft json date format 2011-07-29 00:18:33 -07:00
jsx_encoder.erl escape_forward_slash option to allow optional escaping of forward slashes during encoding. for compatibility with microsoft json date format 2011-07-29 00:18:33 -07:00
jsx_format.erl fixes guard in jsx_format 2011-07-26 13:10:04 -07:00
jsx_format.hrl removed now meaningless strict option from format and verify modules and associated types and specs 2011-07-04 21:04:10 -07:00
jsx_terms.erl ensure last key 'wins' in the value decoder 2011-07-28 21:12:20 -07:00
jsx_utf8.erl fixes broken build from premature push, oops 2011-05-04 01:00:29 -07:00
jsx_utf16.erl fixes broken build from premature push, oops 2011-05-04 01:00:29 -07:00
jsx_utf16le.erl fixes broken build from premature push, oops 2011-05-04 01:00:29 -07:00
jsx_utf32.erl fixes broken build from premature push, oops 2011-05-04 01:00:29 -07:00
jsx_utf32le.erl fixes broken build from premature push, oops 2011-05-04 01:00:29 -07:00
jsx_utils.erl adds loose_unicode option which replaces badly formed unicode (escaped non-characters and restricted codepoints, as well as partial surrogates) with u+fffd instead of throwing an error 2011-07-27 01:59:03 -07:00
jsx_verify.erl new api: strings and keys returned as binaries, integers as integers, floats as floats, tuple format changed from {event, ..., ...} to {jsx, ..., ...}, tests updated 2011-07-26 00:35:17 -07:00
jsx_verify.hrl header file for is_json options 2011-07-05 21:42:39 -07:00