Skip to content

v0.1.3: Bugfix and Some Improvements

Latest
Compare
Choose a tag to compare
@recp recp released this 08 Dec 10:34
· 12 commits to master since this release

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} */
}