JSON Parser built with the help of ChatGPT 4.0. Grammar used is https://fullstack.wiki/syntax/rfc8259/index.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 63ea359c00 Added command line util to call linter 2 years ago
cmd Added command line util to call linter 2 years ago
lexer Added simple error handling for lexer and parser 2 years ago
linter Added basic linting of parsed JSON 2 years ago
parser Added basic linting of parsed JSON 2 years ago
token Added simple error handling for lexer and parser 2 years ago
.gitignore Mise à jour de '.gitignore' 2 years ago
README.md Added basic linting of parsed JSON 2 years ago
go.mod Implemented lexer and parser working for all provided test cases 2 years ago

README.md

gojson

JSON Parser built with the help of ChatGPT 4.0. Grammar used is https://fullstack.wiki/syntax/rfc8259/index.