Constant
JUDO_STRING
String literal.
Since v1.0
enum judo_element {
JUDO_STRING,
}
Discussion 🔗
Represents a JSON string literal. The decoded string can be retrieved with judo_stringify.
String literal.
enum judo_element {
JUDO_STRING,
}
Represents a JSON string literal. The decoded string can be retrieved with judo_stringify.