We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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} */ }