Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 476 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 476 Bytes

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
    #define RSP_IMPLEMENTATION