Commit Graph

2 Commits

Author SHA1 Message Date
Charl Wentzel
508cf0fb0d Important Update: (incomplete)
- Implemented JSON type NULL
- Implement dynamic buffer
- Split parsing int separate re-usable methods
- Implement basic parsing of an object
- Add GetError() method
- Add SkipWhiteSpace as inline method
- Make parsing variable private attributes
- Improve checking when getting parameters
2017-03-15 04:29:01 +02:00
Charl Wentzel
9b180c77f5 Important Update:
- Added new Class: ConfigCore (Working but incomplete)
  - Provides basic parameter listing (bool, int, float, string)
  - Read/writes parameters from/to file
  - Support JSON format for key-value pair primitive and strings values
  - Support for objects and arrays to follow
2017-03-08 04:05:26 +02:00