author | Sebastian Harl <sh@tokkee.org> | |
Fri, 19 Sep 2014 03:24:11 +0000 (20:24 -0700) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 19 Sep 2014 03:24:11 +0000 (20:24 -0700) | ||
commit | b76ed3a2a95b45fb9a75cfd01613d826bebc9bb9 | |
tree | 041f57e3e352745d147be3cf581dc074a9dd5810 | tree | snapshot |
parent | 28f5b4d2480d80440c8a444b5ee9c16f8b926947 | commit | diff |
store: Don't wrap JSON serialized LIST replies in a separate object.
Previously, the reply was {"hosts": [<list>]} while now it's just the list.
This way, the response format matches that of other commands which return host
lists.
Previously, the reply was {"hosts": [<list>]} while now it's just the list.
This way, the response format matches that of other commands which return host
lists.
src/core/store.c | diff | blob | history | |
t/unit/core/store_test.c | diff | blob | history |