external_zblue/lib/utils
Mykhailo Lohvynenko 4ae2461635 json: support parsing and serializing 'uint64_t'
Introduce support for 'uint64_t' type, so that unsigned numbers
can be serialized into JSON payloads.

Signed-off-by: Mykhailo Lohvynenko <Mykhailo_Lohvynenko@epam.com>
2026-04-20 17:47:47 +08:00
..
CMakeLists.txt
Kconfig
base64.c
bitarray.c lib: check null pointer before taking lock for bitarray 2026-04-20 17:26:13 +08:00
dec.c
hex.c coding guidelines: comply with MISRA Rule 12.1. 2026-04-20 17:25:56 +08:00
json.c json: support parsing and serializing 'uint64_t' 2026-04-20 17:47:47 +08:00
notify.c
onoff.c lib: change controlling expressions in if/while to Boolean 2026-04-20 17:24:04 +08:00
rb.c lib: avoided increments/decrements with side effects 2026-04-20 17:27:40 +08:00
ring_buffer.c
timeutil.c sys: timeutil: expose and use macro for base year 2026-04-20 17:39:10 +08:00
utf8.c zephyr: Add zero-len check for utf8_trunc 2026-04-20 17:28:42 +08:00
winstream.c