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

The reason is that JSON is very simple to parse, and yet complicated enough to lex/tokenize that it makes for a virtually perfect scenario for demonstrating Visual FA without the parsing portion taking so much space that it gets in the way and becomes a distraction.
I deemed avoiding extraneous code (for the purpose of demonstration anyway) to be more valuable than avoiding reinventing the wheel.
Read at CodeProject
[
]
[
|
]