7#ifndef __PARSER_JSON_H__
8#define __PARSER_JSON_H__
16PString
toJsonString(
const ConfigNode & main,
const PString & baseIndentation,
const PString & baseNewLine);
bool parser_json(ConfigNode &main, const PPath &fileName)
Load a JSON file.
bool parser_jsonString(ConfigNode &main, const PString &fileContent)
Load a JSON string.
PString toJsonString(const ConfigNode &main, const PString &baseIndentation, const PString &baseNewLine)
Convert the current ConfigNode to a JSON string.