Open ni4 opened 1 month ago
In function json_add() ther is a following todo item:
// TODO: in JSON-C 0.13 json_object_object_add returns bool instead of void json_object_object_add(obj, name, val);
Maybe the same could be applied to other sources.
Description
In function json_add() ther is a following todo item:
Maybe the same could be applied to other sources.