Skip to content

Jarrey/BCONParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A custom configuration file reader/parser class: Call BCON configuration

Example:

###############################################################################
# This is comment
###############################################################################

[Persons]
Name=John William,Age=23,Country=US
Name:Le Seng|Age=32|Country=CN,Company=MS

[Products]
Office 2013
Windows 8.1
Windows Phone 8.1

This class can parse it into two collections, Persons and Products. and line "Name=John William,Age=23,Country=US" can be parsed as one object with three properties: "Name", "Age" and "Country".

About

A custom configuration format file parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages