alisdair sullivan
|
100f707899
|
streamlined options
|
2011-07-28 19:21:19 -07:00 |
|
alisdair sullivan
|
cd4f4a8f1c
|
test every codepoint possible for replacement/badness
|
2011-07-28 18:47:58 -07:00 |
|
alisdair sullivan
|
80e9381b42
|
proper guarding and handling of noncharacters in json strings. more tests required
|
2011-07-27 06:52:16 -07:00 |
|
alisdair sullivan
|
653205501c
|
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 |
|
alisdair sullivan
|
2720b2e0fb
|
noncharacter tests
|
2011-07-26 19:46:31 -07:00 |
|
alisdair sullivan
|
c5c98482fc
|
test for noncharacters, fixed bug discovered by test
|
2011-07-26 19:28:41 -07:00 |
|
alisdair sullivan
|
4ba8c4d57e
|
stricter rejection of unicode non-characters
|
2011-07-26 13:46:24 -07:00 |
|
alisdair sullivan
|
6d0d2cfb8c
|
removed wayward io:format
|
2011-07-26 13:34:48 -07:00 |
|
alisdair sullivan
|
0507dc38dc
|
error upon encountering escaped u+0000 to prevent malicious json
|
2011-07-26 13:34:15 -07:00 |
|
alisdair sullivan
|
68d78c8e25
|
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 |
|
alisdair sullivan
|
66f5e0b48a
|
adds {escaped_unicode, replace} option that replaces illegal escape sequences with the unicode replacement character u+fffd when encountered
|
2011-07-22 23:47:35 -07:00 |
|
alisdair sullivan
|
668b43b7e6
|
smarter emitting of ints/floats
|
2011-07-22 21:36:13 -07:00 |
|
alisdair sullivan
|
3bf5506292
|
unifies options to encoder/decoder to allow abstraction over various different built in iterators
|
2011-07-21 06:14:48 -07:00 |
|
alisdair sullivan
|
746d8e469c
|
renames jsx_opts to jsx_decoder_opts
|
2011-07-17 20:55:54 -07:00 |
|
alisdair sullivan
|
e20e6746a2
|
removes all traces of unquoted key and comment support
|
2011-07-03 17:42:44 -07:00 |
|
alisdair sullivan
|
26e479fc84
|
removes include dir, headers now live in src
|
2011-05-03 15:22:44 -07:00 |
|
alisdair sullivan
|
a83a0a4ebc
|
reworked build system to use rebar, tests still use external script, moved jsx_decoder.erl template to /priv from /src
|
2010-07-26 18:04:23 -07:00 |
|
alisdair sullivan
|
11e0adc05e
|
opts now uses a record definition, rather than a handwritten tuple
|
2010-06-26 07:27:38 -07:00 |
|
alisdair sullivan
|
46df6e5a38
|
incomplete work on multi term streams
|
2010-06-23 16:43:09 -07:00 |
|
alisdair sullivan
|
5309030233
|
repaired jsx:fold and moved some defines to jsx_decoder.hrl
|
2010-06-20 18:11:06 -07:00 |
|
alisdair sullivan
|
cff4d17561
|
substantial refactoring of api and decoder internals
|
2010-06-20 17:00:08 -07:00 |
|
alisdair sullivan
|
eb55eb9599
|
all five utfx variants supported now compiled from a single templated module
|
2010-06-07 16:15:40 -07:00 |
|