12 Commits (e3ed029b5546d327b0ba73bd50bd9edba4ddaf4a)

Author SHA1 Message Date
Christoph Winklhofer a5e295c452 json: improve parsing and serializing of integers 3 months ago
Christoph Winklhofer 63d33e631c json: support parsing and serializing of strings with char arrays 3 months ago
Christoph Winklhofer fc37c02eb1 json: improve parsing and serializing of 'float' and 'double' 3 months ago
Christoph Winklhofer c7b7ec2faf json: Support floating point values NaN and Infinity for numbers 3 months ago
Christoph Winklhofer f07f2da8dc json: support scientific notation for numbers 3 months ago
Christoph Winklhofer 061e345972 json: Fix calculation of object size 3 months ago
Pisit Sawangvonganan e3a4a16594 lib: fix typo in multiple directories 5 months ago
Mykhailo Lohvynenko 03029e7bd7 json: support parsing and serializing 'uint64_t' 9 months ago
Marcin Niestroj 878640fa08 json: support parsing and serializing 'int64_t' 11 months ago
Mykyta Poturai 3afd9429c0 json: Fix alignment calculation for nested objects 1 year ago
Fin Maaß 01c40dda1f json: add JSON_TOK_ENCODED_OBJ 1 year ago
Anas Nashif 0b999c0943 lib: move utilities into own folder 2 years ago
Markus Fuchs c0d7218ef2 json: Skip unknown fields on parsing 2 years ago
Markus Fuchs 8757c71bd0 json: Fix 64-bit support 2 years ago
Markus Fuchs ae6aa6165c json: Fix multidimensional array support 2 years ago
Miika Karanki d8166e813b json: add json_calc_encoded_arr_len 2 years ago
Kumar Gala 62ffafcb3d lib: os: fix armclang compiler warnings with is*() functions 2 years ago
Björn Stenberg 0321ac8dbf json: Increase max number of descriptor elements from 30 to 62 2 years ago
Juha Heiskanen ec1c85b385 lib: os: Extend Json library API and type update 3 years ago
Gerard Marull-Paretas cbd31d720b lib: migrate includes to <zephyr/...> 3 years ago
Ramiro Merello b1c350dbfe json: Fix rule 5.7 violations (Tag name should be unique) 4 years ago
Markus Fuchs c6bc548b73 json: Add top-level array decoding support 4 years ago
Ramiro Merello 28da82c0e1 json: Changes enum name of square brackets from list to array 4 years ago
Michael Zimmermann 5e7ef8be5a json: fix parsing first array-array element 4 years ago
Xavier Chapron 824f423e54 misc: Replace assert include and calls by sys/__assert.h equivalent 5 years ago
Flavio Ceolin 0aaae4a039 guideline: Make explicit fallthrough cases 5 years ago
Markus Fuchs 2f9b0d419b json: Add top-level array encoding support 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Peter Bigot a09f6ad54c json: fix buffer overrun in encoding helper 5 years ago
Anas Nashif a2fd7d70ec cleanup: include/: move misc/util.h to sys/util.h 6 years ago
Anas Nashif 9ab2a56751 cleanup: include/: move misc/printk.h to sys/printk.h 6 years ago
Anas Nashif 0abdacf3a4 cleanup: include/: move json.h to data/json.h 6 years ago
Nicolas Pitre 4323d381e7 json: make it 64-bit compatible 6 years ago
Anas Nashif db92e5c66e lib: flatten all loose components into one lib 7 years ago
Kumar Gala 9aebe8b466 lib: json: Fix warning when building with newlib 7 years ago
Leandro Pereira 0ec79d6853 lib: json: Efficiently pack field name, offset, alignment, type 7 years ago
Leandro Pereira 7de019a256 lib: json: Silence warning about unused parameter 8 years ago
Leandro Pereira 7a72ecd314 lib: json: Alignment should be considered when calculating struct size 8 years ago
Leandro Pereira 3384262827 lib: json: Fix compilation warnings 8 years ago
Leandro Pereira d66069d051 lib: json: Fix off-by-one error when encoding objects 8 years ago
Marti Bolivar b4c8d83eab lib: json: fix arr_parse() 8 years ago
Marti Bolivar 2620ae0932 lib: json: fix arr_encode() 8 years ago
Leandro Pereira 7763a1dee9 lib/json: Fix build warnings (-Wpointer-sign) with LLVM/icx 8 years ago
Marti Bolivar 3c0eac3cba lib: json: escape strings in-place 8 years ago
Kumar Gala 9a74ee1730 lib: convert to using newly introduced integer sized types 8 years ago
Kumar Gala 789081673f Introduce new sized integer typedefs 8 years ago
Kumar Gala 21309ea44b lib: json: use explicit unsigned char to avoid array subscript error 8 years ago
Leandro Pereira 262365c727 lib: json: Fix parsing of boolean values 8 years ago
Leandro Pereira 4c7803b59f lib: json: Ignore spaces while scanning for tokens 8 years ago
Leandro Pereira 844ef6744e lib: json: Fix number parsing 8 years ago