b9ee446350
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@
13 lines
364 B
Plaintext
13 lines
364 B
Plaintext
$OpenBSD: patch-src_ej_app_src,v 1.1.1.1 2013/03/08 11:53:57 jasper Exp $
|
|
--- src/ej.app.src.orig Mon Mar 4 14:57:28 2013
|
|
+++ src/ej.app.src Mon Mar 4 14:57:37 2013
|
|
@@ -1,7 +1,7 @@
|
|
{application, ej,
|
|
[
|
|
{description, "An Erlang JSON Helper Library"},
|
|
- {vsn, git},
|
|
+ {vsn, "${VERSION}"},
|
|
{registered, []},
|
|
{applications, [
|
|
kernel,
|