Important Update:

- Bug fix: incorrect memory allocation in SetValue()
- Implement conversion of escaped chars during parsing
- Implement escaping chars during printing
This commit is contained in:
Charl Wentzel
2017-04-03 21:48:29 +02:00
parent 2e2ba113f1
commit 66fc4bc123
3 changed files with 97 additions and 14 deletions

View File

@@ -54,6 +54,7 @@ private:
bool ParseString( TDataMember * Member );
bool ParsePrimitive( TDataMember * Member );
bool PrintString( char * String, int Len );
bool PrintObject( TDataMember * Object, const int Indent );
bool PrintArray( TDataMember * Object, const int Indent );