Click here to Skip to main content
15,899,679 members
Articles / Programming Languages / C#

Visual FA Part 5: Real World Lexing Example w/ JSON

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
14 Apr 2024MIT6 min read 5.4K   34   3  
Implementing a simple JSON parser with Visual FA
In this article we walk through implementing the parsing component of a simple JSON engine as an exercise in using Visual FA to lex/tokenize real world text content.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions