Skip to content

Troels51/Config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON parser

This is a JSON parser written in C++ using boost Spirit QI. Grammar.hpp is the main parser file, it defines the JSON structure in an EBNF like structure inlined as template heavy C++ code. The rest of the code is utilities and tests for that code.

This was written as a student project for a C++ course, use at your own risk

About

Student project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.4%
  • CMake 4.6%