commit | e4bd3cffd455a29e69fcf99a14fc33a7d84c6972 | [log] [tgz] |
---|---|---|
author | Robin-Charles Guihéneuf <robin-charles@hotmail.fr> | Fri Sep 12 19:44:56 2025 +0200 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Thu Oct 09 22:55:58 2025 +0300 |
tree | 48e0285dc7110d364b549c675dfbbade419d448e | |
parent | 298ebb7aa723b33dfd0f6c7b19ea469d8b8c5508 [diff] |
lib: utils: json: Fix encoded_obj element size The size of the JSON_TOK_ENCODED_OBJ type was not defined, which caused errors when generating an array. Signed-off-by: Robin-Charles Guihéneuf <robin-charles@hotmail.fr>