Function

judo_value2span

Value lexeme.

Since v1.0
struct judo_span judo_value2span(
const judo_value *value)

Parameters 🔗

value in

JSON value.

Return Value 🔗

Code unit range of the lexeme.

Discussion 🔗

The judo_value2span function returns the lexeme of value in the JSON source text as a span of UTF-8 code units.