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:
Charl Wentzel
2018-10-28 22:36:31 +00:00
parent 22a05ebd4e
commit 12a8ddb7ba
3 changed files with 30 additions and 4 deletions

View File

@@ -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 );