Merge pull request #109 from jimmiebergmann/master

Added mini-yaml.
This commit is contained in:
Sean Barrett 2019-04-23 00:22:32 -07:00 committed by GitHub
commit 75123bafb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,7 @@ as C/C++, as this is not an obstacle to most users.)
- [general math](#math)
- parsing
- [JSON](#json)
- [YAML](#yaml)
- [CSV](#csv)
- [other serialization](#serialization)
- [argv argument processing](#argv)
@ -306,6 +307,11 @@ as C/C++, as this is not an obstacle to most users.)
| | [cJSON](https://sourceforge.net/projects/cjson/) | MIT |C/C++|**1**| JSON parser
| | [ajson](https://github.com/lordoffox/ajson) | Boost | C++ |**1**| JSON serialize & deserialize w/ STL support
# yaml
| | library | license | API |files| description
|---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| | [mini-yaml](https://github.com/jimmiebergmann/mini-yaml) | MIT | C++ | 2 | YAML parser and serializer
# csv
| | library | license | API |files| description
|---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------