Constant
JUDO_TOKEN_NUMBER
Numeric literal.
Since v1.0
enum judo_token {
JUDO_TOKEN_NUMBER,
}
Discussion 🔗
Represents a JSON numeric literal. The floating point representation can be retrieved with judo_numberify.
Numeric literal.
enum judo_token {
JUDO_TOKEN_NUMBER,
}
Represents a JSON numeric literal. The floating point representation can be retrieved with judo_numberify.