avoid using nil and replace usage with cjson.null.
cjson.null requires an explicit check in order to obtain a truthy value. add a tobool-like function that handles this case and is used where conditions are expected (if, while, etc.)
will likely also require a custom implementation of most logic operators (or, and, etc.)
avoid using nil and replace usage with cjson.null.
cjson.null requires an explicit check in order to obtain a truthy value. add a tobool-like function that handles this case and is used where conditions are expected (if, while, etc.)
will likely also require a custom implementation of most logic operators (or, and, etc.)