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