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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user