JSON tokens that are produced by the tokenizer.
enum json token
extends deeply immutable data
implements deeply immutable reference equality, stringable
OPEN BRACE('{')
CLOSE BRACE('}')
OPEN BRACKET('[')
CLOSE BRACKET(']')
COMMA(',')
COLON(':')