Constant
JUDO_TOKEN_INVALID
Invalid token.
Since v1.0
enum judo_token {
JUDO_TOKEN_INVALID,
}
Discussion 🔗
This constant will be returned if an error occurred during the scanning of the JSON stream.
Invalid token.
enum judo_token {
JUDO_TOKEN_INVALID,
}
This constant will be returned if an error occurred during the scanning of the JSON stream.