Skip to content

use cjson.null everywhere #4

Description

@JosuaKrause

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions