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
- Host: GitHub
- URL: https://github.com/RSGL/RSP
- Owner: RSGL
- License: other
- Archived: true
- Created: 2023-02-10T03:04:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T21:21:03.000Z (over 3 years ago)
- Last Synced: 2024-10-24T15:38:02.879Z (over 1 year ago)
- Topics: cpp, cpp11, header-only, html, json, library, parser, rsgl, single-header, xml
- Language: C++
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```