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
|
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
|
51eb579f86
|
exports pow/2 from jsx_utils
|
2011-07-04 16:31:31 -07:00 |
|
alisdair sullivan
|
77af00359f
|
detect_encoding/2 uses decoder/1 instead of parser/1
|
2011-04-26 23:44:32 -07:00 |
|
alisdair sullivan
|
6cc28573b6
|
changes default for strict to false from true to better match other json encoders/decoders in the wild
|
2011-04-26 21:30:57 -07:00 |
|
alisdair sullivan
|
e22ec34000
|
moves encoding detection to jsx_utils
|
2011-04-16 22:18:59 -07:00 |
|
alisdair sullivan
|
32c9a1f00f
|
integrates nicefloats into jsx
|
2011-03-22 18:53:02 -07:00 |
|