We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2d4b48a
Map JSON's null object to C's NULL. You can check if the key has null value by:
if (!jsonObj->value) { /* the value is null, like {"key": null} */ }