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.