Geoffrey Copin
Geoffrey Copin's Blog

Geoffrey Copin's Blog

Follow
homebadges
Tag

json

#json

More content

Read more stories on Hashnode


Articles with this tag

Building a JSON validator with Sylver - Part3/3 : From queries to analyzer

Aug 30, 20224 min read

In Part1 and Part2 of the series, we learned how to build a language spec and how to use Sylver's query language to explore the parse tree of our...

Building a JSON validator with Sylver - Part3/3 : From queries to analyzer

Building a JSON validator with Sylver - Part2/3 : Intuitive JSON AST queries

Aug 20, 20225 min read

In Part 1, we used Sylver's meta language to build a specification for the JSON format. But an AST, by itself, is not of much use. In this next...

Building a JSON validator with Sylver - Part2/3 : Intuitive JSON AST queries