A proof of concept custom JSON parser for my portfolio website
Based on the railroad/syntax diagrams JSON Syntax. Also known as McKeeman Form:
json
element
value
object
array
string
number
"true"
"false"
"null"
object
'{' whitespace '}'
'{' members '}'
https://www.json.org/json-en.html https://www.crockford.com/mckeeman.html https://jsoneditoronline.org/indepth/parse/parse-json/





