Skip to content
/ xxon Public
forked from hugocorra/xxon

This project is a JSON parser written in C++ using boost spirit

Notifications You must be signed in to change notification settings

dsfb/xxon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Spirit

This project is a JSON parser written in C++ using boost spirit.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

CMake
Boost

Installing

cd xxon
mkdir build
cd build
cmake ..
make

Running the tests

must be executed inside build directory

./xxon_test

Authors

About

This project is a JSON parser written in C++ using boost spirit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.5%
  • CMake 6.5%