8 #ifndef _TurtleBrains_JsonParser_h_
9 #define _TurtleBrains_JsonParser_h_
11 #include "../core/tb_string.h"
12 #include "../core/tb_dynamic_structure.h"
Here is some information about the primary namespace.
Definition: tb_application_dialog.h:21
tbCore::tbString GetChildFilepath(const tbCore::tbString &parentFilename, const tbCore::tbString &childFilename)
DynamicStructure ParseJson(const tbCore::tbString &jsonData)
tbCore::tbString GetPathFromFilepath(const tbCore::tbString &filepath)
DynamicStructure LoadJsonFile(const tbCore::tbString &filepath)
Contains core functionality for each component of the API.
Definition: tb_debug_logger.h:91
std::string tbString
Definition: tb_string.h:335
bool SaveJsonFile(const tbCore::tbString &filepath, const DynamicStructure &saveData)