Constant
JUDO_INVALID
Invalid element.
Since v1.0
enum judo_element {
JUDO_INVALID,
}
Discussion 🔗
This element will be returned if an error occurred during the scanning of the JSON stream.
Invalid element.
enum judo_element {
JUDO_INVALID,
}
This element will be returned if an error occurred during the scanning of the JSON stream.