Code

store_json: Moved special casing of parent objects into the caller.
authorSebastian Harl <sh@tokkee.org>
Mon, 28 Sep 2015 07:54:15 +0000 (09:54 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 28 Sep 2015 07:54:15 +0000 (09:54 +0200)
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.


No differences found