All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.relogiclabs.json.schema.internal.antlr.JsonLexer.tokens Maven / Gradle / Ivy

Go to download

The New JSON Schema prioritizes simplicity, conciseness, and readability, making it user-friendly and accessible without the need for extensive prior knowledge. It offers efficient read-write facilities, precise JSON document definition through various data types and functions, and extensibility to meet modern web service diverse requirements.

There is a newer version: 1.12.1
Show newest version
TRUE=1
FALSE=2
NULL=3
LBRACKET=4
RBRACKET=5
LBRACE=6
RBRACE=7
COMMA=8
COLON=9
STRING=10
INTEGER=11
FLOAT=12
DOUBLE=13
WHITE_SPACE=14
'true'=1
'false'=2
'null'=3
'['=4
']'=5
'{'=6
'}'=7
','=8
':'=9




© 2015 - 2024 Weber Informatics LLC | Privacy Policy