author | Sebastian Harl <sh@tokkee.org> | |
Mon, 28 Sep 2015 07:54:15 +0000 (09:54 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 28 Sep 2015 07:54:15 +0000 (09:54 +0200) | ||
commit | 3603db13105aefac4d6ceb356bcfd118a92fa654 | |
tree | b4ec28c9ea50f00157ef4a776fdfd9306bdb8178 | tree | snapshot |
parent | b75718ea9fe4d6c90f1794e517a0712729553c0c | commit | diff |
store_json: Moved special casing of parent objects into the caller.
This makes the JSON module more generic by removing a special case of the
memory store. The caller may now emit arbitrary objects and the formatter will
do the right thing as long as parent-child relationships are right.
This makes the JSON module more generic by removing a special case of the
memory store. The caller may now emit arbitrary objects and the formatter will
do the right thing as long as parent-child relationships are right.
src/core/store_exec.c | diff | blob | history | |
src/core/store_json.c | diff | blob | history | |
t/unit/core/store_json_test.c | diff | blob | history |