Commit Graph

5 Commits

Author SHA1 Message Date
jasper
1c2f8c2d83 drop now-unneeded pre-configure and use ERL_APP_SUBST instead. 2013-03-11 13:02:16 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
jasper
70c1dbc3b1 - remove now unneeded CONFIGURE_STYLE 2013-03-10 19:35:26 +00:00
jasper
e891362f69 switch to the erlang module, so more stuff may be factored into the module, but
it's a good start.
2013-03-10 19:20:06 +00:00
jasper
b9ee446350 import erl-ej
The ej module makes it easier to work with Erlang terms representing
JSON in the format returned by jiffy, mochijson2, or ejson. You can use
ej:get/2 to walk an object and return a particular value, ej:set/3 to
update a value within an object, or ej:delete/2 to remove a value from
an object.

ok aja@
2013-03-08 11:53:57 +00:00