zephyr/lib/utils
Christoph Winklhofer c7b7ec2faf json: Support floating point values NaN and Infinity for numbers
Add support to decode the special floating point values NaN, Infinity
and -Infinity. For example:
  {"nan_val":NaN,"inf_pos":Infinity,"inf_neg":-Infinity}

Note that this commit is a preparation for the built-in support of
floating point values and these are only accepted when compiled with
the flag -DCONFIG_JSON_LIBRARY_FP_SUPPORT.

Signed-off-by: Christoph Winklhofer <cj.winklhofer@gmail.com>
2025-04-09 22:05:14 +02:00
..
base64.c
bitarray.c
CMakeLists.txt lib: utils: add consistent overhead byte stuffing 2025-03-11 05:36:49 +01:00
cobs.c lib: utils: add consistent overhead byte stuffing 2025-03-11 05:36:49 +01:00
dec.c
hex.c
json.c json: Support floating point values NaN and Infinity for numbers 2025-04-09 22:05:14 +02:00
Kconfig ring_buffer: shrink size of struct ring_buf 2025-03-11 08:59:05 +01:00
notify.c
onoff.c
rb.c
ring_buffer.c ring_buffer: shrink size of struct ring_buf 2025-03-11 08:59:05 +01:00
timeutil.c sys: timeutil: expose and use macro for base year 2024-08-29 11:38:28 +02:00
utf8.c
winstream.c