diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-12-13 19:39:24 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-12-13 19:39:24 +0100 |
commit | b3a54dd8653fa672650229dd2498308ffcc3e943 (patch) | |
tree | 001e329443b3761a3bf1a2cab570a46ef51f411a /escape.h | |
parent | 69cb192279e8f49b3b680a8f5a45aac9e3315151 (diff) |
wrap-json: Improvementsguppy_6.99.3guppy/6.99.36.99.3
* Most call "d = skip(++d);" are replaced by
"d = skip(d + 1);" that is equivalent but that
virtually doesn't assign transiently d with d+1.
* make use of JSON_C_TO_STRING_NOSLASHESCAPE in
test to improve output. Use a macro to reduce the
code.
* enforce 'wrap_json_check' to use 'wrap_json_vcheck'
and 'wrap_json_match' to use 'wrap_json_vmatch'.
Change-Id: I6e823da40415db4b54ec809455c93b39a8c5e9a5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'escape.h')
0 files changed, 0 insertions, 0 deletions