Skip to content

JSON parser written in C# as a self-study project.

Notifications You must be signed in to change notification settings

kkamman/json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonParser

JSON parser written in C# as a self-study project.

Do not actually use this.

Goals

Learn more about:

  • Lexical analysis (tokenization).
  • Syntactic analysis (parsing).
  • Finite-state automata.
  • Regular expressions.
  • The JSON specification.
  • C# pattern matching.

About

JSON parser written in C# as a self-study project.

Resources

Stars

Watchers

Forks

Languages