/json-validator

Validates a JSON file

Primary LanguageGoMIT LicenseMIT

json-validator

DO NOT USE IN PRODUCTION CODE

This is just a hobby project and an attempt to write a lexer/parser after reading a fantastic book by Thorsten Ball called 'Writing an Interpreter in Go 1.7'. The book can be found here : https://thorstenball.com/books/

This is just a simple JSON validator.

It should handle most (if not all) of https://www.json.org/json-en.html.