Important Update:
- JSONparseCore: - Allow JSON to be parsed from string data - DataTreeCore: - Allow GetMember to work with now path, ie. return BaseMember param
This commit is contained in:
@@ -67,6 +67,7 @@ public:
|
||||
bool ReadFromBuffer( const char * BasePath );
|
||||
|
||||
// Input
|
||||
bool ReadFromString( const char * BasePath, const char * InString, const int Len );
|
||||
bool ReadFromHandle( const char * BasePath, const int Handle, bool pRefillBuffer );
|
||||
bool ReadFromFile( const char * BasePath, const char * Path, const char * FileName );
|
||||
bool ReadFromFile( const char * BasePath, const char * FilePath );
|
||||
|
||||
Reference in New Issue
Block a user