Constant

JUDO_TOKEN_NULL

Null literal.

Since v1.0
enum judo_token {
    JUDO_TOKEN_NULL,
}

Discussion 🔗

Represents the JSON null literal.