Skip to content

A lighter simpler alternative to json files and jsoncpp.

License

Notifications You must be signed in to change notification settings

PhivPap/LightCppConfigParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LightCppConfigParser

A lighter simpler alternative to json files and jsoncpp.

FORMAT

key0: value0

key1: value1, value2, value3, ...

key2: 12.345678

key3: 38, 23, 12

FORMAT specifications

double slash '//' means comment till end of line.

spaces are ignored EVEN LIKE THIS: "NO SPACE HERE".

tabs aswell.

empty lines are ignored.

The (#define DELIM) delimeter is used for list content. Changeable.

See .h for value types.

Compile Demo (gcc):

g++ Demo.cpp ConfigParser.cpp

About

A lighter simpler alternative to json files and jsoncpp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages