Geoffrey Copin
Geoffrey Copin's Blog

Geoffrey Copin's Blog

Follow
homebadges
Tag

json parser

#json-parser

More content

Read more stories on Hashnode


Articles with this tag

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

Building a JSON validator with Sylver - Part1/3 : Writing a JSON parser in 49 lines of code

Aug 10, 20228 min read

Sylver is a language agnostic platform for building custom source code analyzers (think eslint for every language). This might be a lot to unpack, so...

Building a JSON validator with Sylver - Part1/3 : Writing a JSON parser in 49 lines of code