Constant
JUDO_TOKEN_EOF
End-of-file.
Since v1.0
enum judo_token {
JUDO_TOKEN_EOF,
}
Discussion 🔗
Represents the end of the JSON stream. Receiving this constant indicates the JSON stream has been successfully fully parsed.
End-of-file.
enum judo_token {
JUDO_TOKEN_EOF,
}
Represents the end of the JSON stream. Receiving this constant indicates the JSON stream has been successfully fully parsed.