Code

store: Use the JSON writer when querying the in-memory store.
authorSebastian Harl <sh@tokkee.org>
Wed, 30 Sep 2015 20:10:25 +0000 (22:10 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 30 Sep 2015 20:10:25 +0000 (22:10 +0200)
commit3e4817902cb7285e5ab7a4f546861194f6e4ea1c
tree2c2c87396517a714bc22e5fcdc1091f5595c99cc
parented2c9fc3e4ca6840a5a31c735f0cfc02fd21d4fc
store: Use the JSON writer when querying the in-memory store.

That is, instead of writing to a JSON formatter directly, access it through
it's writer API. This will allow for more flexible store access.
src/core/store_exec.c
src/core/store_json.c
src/include/core/store.h
t/unit/core/store_json_test.c