17 return std::move(result.Parse(str));
23 return std::move(result.Parse(str, size));
29 return std::move(result.Parse(str));
35 return std::move(result.ParseInsitu(str));
static Document ParseInPlace(char *source)
Parse the in-place C-string in mutable mode.
static Document Parse(const char *source)
Parse the C-string.
C++ Serialization project definitions.