Constant

JUDO_TOKEN_STRING

String literal.

Since v1.0
enum judo_token {
    JUDO_TOKEN_STRING,
}

Discussion 🔗

Represents a JSON string literal. The decoded string can be retrieved with judo_stringify.