Add json doc

This commit is contained in:
2025-12-22 11:44:13 -06:00
parent c628e0f960
commit 8b6801e608
5 changed files with 527 additions and 0 deletions

View File

@@ -90,5 +90,7 @@ namespace Tesses::Framework::Serialization::Json
public:
static JToken Decode(std::string str);
static std::string Encode(JToken tkn, bool indent=true);
static JArray DocDecode(std::string str);
static std::string DocEncode(JArray array,bool indent=true);
};
}