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

https://github.com/beached/kv_file

A simple key value file parser.
https://github.com/beached/kv_file

Last synced: 7 months ago
JSON representation

A simple key value file parser.

Awesome Lists containing this project

README

          

# KV File
A simple key value file parser.

Parses files like
```
somekey=somevalue
"someother\"key"=someothervalue
"some=key2"=somethingelse
```
Each line is parsed into a struct with a string key and a string value member that is in a vector with each line being an element. Blank lines are skipped