author | Sebastian Harl <sh@tokkee.org> | |
Wed, 30 Sep 2015 20:10:25 +0000 (22:10 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 30 Sep 2015 20:10:25 +0000 (22:10 +0200) | ||
commit | 3e4817902cb7285e5ab7a4f546861194f6e4ea1c | |
tree | 2c2c87396517a714bc22e5fcdc1091f5595c99cc | tree | snapshot |
parent | ed2c9fc3e4ca6840a5a31c735f0cfc02fd21d4fc | commit | diff |
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.
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 | diff | blob | history | |
src/core/store_json.c | diff | blob | history | |
src/include/core/store.h | diff | blob | history | |
t/unit/core/store_json_test.c | diff | blob | history |