zephyr/lib/json
Marti Bolivar 3c0eac3cba lib: json: escape strings in-place
Currently, json_escape() allocates a temporary buffer on the stack
that's the size of the string being escaped.

Stack space is precious and longer JSON strings can run into the
hundreds of bytes, so re-implement this routine to escape in place.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-05-08 08:52:52 -04:00
..
Kconfig
Makefile
json.c lib: json: escape strings in-place 2017-05-08 08:52:52 -04:00
json.h lib: json: add JSON_OBJ_DESCR_PRIM 2017-05-03 13:52:57 -04:00