Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 384 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 384 Bytes

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.