Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

json-utils: use features of JSON-C v0.13+ if available. #2280

Open
ni4 opened this issue Oct 1, 2024 · 0 comments
Open

json-utils: use features of JSON-C v0.13+ if available. #2280

ni4 opened this issue Oct 1, 2024 · 0 comments

Comments

@ni4
Copy link
Contributor

ni4 commented Oct 1, 2024

Description

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant