mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-08 07:45:46 +00:00
Add json doc
This commit is contained in:
@@ -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);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user