Skip to content

Experiment5X/JSON

Repository files navigation

JSON Parser

This is a simple JSON library written in C++11 that will parse JSON structures. The reason that I started this project was to become more familiar with compilers, so don't expect this to be an amazing library or anything. http://json.org is where I learned the specifics of the format. It really was a great resource for understanding it. They have graphs on parsing the structures and tons of other documentation that is really awesome and helped me a ton with this project, so kudos to them.

If you want to know how to use this library, refer the main.cpp code file. There is an example in there with some comments and stuff, but really it's pretty easy to use.

DON'T BE A DICK PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  1. Do whatever you like with the original work, just don't be a dick.

    Being a dick includes - but is not limited to - the following instances:

1a. Outright copyright infringement - Don't just copy this and change the name.
1b. Selling the unmodified original with no work done what-so-ever, that's REALLY being a dick.
1c. Modifying the original work to contain hidden harmful content. That would make you a PROPER dick.

  1. If you become rich through modifications, related works/services, or supporting the original work, share the love. Only a dick would make loads off this work and not buy the original works creator(s) a pint.

  2. Code is provided with no warranty. Using somebody else's code and bitching when it goes wrong makes you a DONKEY dick. Fix the problem yourself. A non-dick would submit the fix back.

Source: https://github.com/philsturgeon/dbad

About

C++ Classes that parse JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages