An open API service indexing awesome lists of open source software.

https://github.com/RSGL/RSP

Single Header File Library that can pharse multiple databases all in one single header file. Supports, XML (HTML/SVG) and JSON
https://github.com/RSGL/RSP

cpp cpp11 header-only html json library parser rsgl single-header xml

Last synced: over 1 year ago
JSON representation

Single Header File Library that can pharse multiple databases all in one single header file. Supports, XML (HTML/SVG) and JSON

Awesome Lists containing this project

README

          

# Riley's Simple Parsers
A single header file library that holds a group of simple pharsers all in one library.

* Single header
* Supported formats, JSON, XML, SVG, HTML
* RSP::loadS / RSP::loadF for easily loading any file or string in any format
* An optional system for automatically guessing the format
* Small size

# Installing
simply add this line to your code before including the header file

```cpp
#define RSP_IMPLEMENTATION
```