Commit graph

16 commits

Author SHA1 Message Date
alisdair sullivan
1f1cb04cfd moved option parsing into the decoder module,trying to get as much implementation outside the interface module as possible 2010-08-23 13:36:53 -07:00
alisdair sullivan
00baba4dc7 renamed format opts record 2010-08-22 23:59:39 -07:00
alisdair sullivan
134aa8cc49 removed the need to regenerate the jsx_utfxx decoders. not sure why i didn't do that before, pretty sure i had a bad reason 2010-08-22 11:31:14 -07:00
alisdair
8c308159e1 interstitial commit to preserve experiment 2010-08-22 02:01:22 +00:00
alisdair sullivan
6ff74e6d59 edoc documentation added 2010-08-19 23:30:22 -07:00
alisdair sullivan
c098b06e88 general cleanup of modules, moved most types, specs, defines and records to header files and did some minor reformatting to adhere to style guidelines 2010-08-19 18:22:34 -07:00
alisdair sullivan
b016087ceb more type fixes 2010-08-11 23:11:12 -07:00
alisdair sullivan
f02724602c changed a few types 2010-08-11 22:32:57 -07:00
alisdair sullivan
4c378791f9 first step moving json project into jsx tree, compiles, but not tested 2010-08-03 14:16:56 -07:00
alisdair sullivan
0dea50b1e7 fixed erroneous -type 2010-08-03 00:27:58 -07:00
alisdair sullivan
42a18cfcd9 major change to api, {incomplete, Next, Force} replaced by {incomplete, Next/1} where Next/1 accepts 'end_stream' to replicate what Force/1 used to do 2010-07-27 00:05:45 -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
a87a59fbff renamed pretty_printer and added a very basic parser to examples 2010-05-31 21:00:06 -07:00
alisdair sullivan
baf8561780 moved the opts record back to private header file 2010-05-31 21:00:04 -07:00
alisdair sullivan
a932422d17 public interface begun 2010-05-31 21:00:04 -07:00
alisdair sullivan
7468313ffc moved opts record def from jsx_common.hrl to a public jsx.hrl header file
actually included the new header, oops
2010-05-31 21:00:00 -07:00