Revert "Fixed json_print_value so that ending double quote of JSON string value will...
authorJens Axboe <axboe@fb.com>
Wed, 24 May 2017 01:59:28 +0000 (19:59 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 24 May 2017 01:59:28 +0000 (19:59 -0600)
commit2374148c29a4ff6aa8c95a517447fbf9035b9f44
tree2a25edf190faeccf1c85fab4815cfeae96cae0f5
parentaf13d1e88158d3e37940648be139d7a46fe00431
Revert "Fixed json_print_value so that ending double quote of JSON string value will not disappear"

This reverts commit 002e57665ed7eebe920de6f1729ef2e403b7c6cc.

This commit breaks client/server with json output, since buf == NULL
for that case.
json.c