8 #ifndef TurtleBrains_JsonParser_hpp
9 #define TurtleBrains_JsonParser_hpp
11 #include <turtle_brains/core/tb_string.hpp>
12 #include <turtle_brains/core/tb_dynamic_structure.hpp>
bool SaveJsonFile(const tbCore::tbString &filepath, const DynamicStructure &saveData, bool prettyJson=true)
Here is some information about the primary namespace.
Definition: tb_application_dialog.hpp: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.hpp:88
std::string tbString
Definition: tb_string.hpp:335