3#include "mc/_HeaderOutputPredefine.h"
7namespace Json {
class Value; }
10namespace JsonHelpers {
13MCAPI ::std::string getAsString(
::Json::Value const& value, ::std::string_view defaultString);
15MCFOLD ::Json::Value
const& getField(
::Json::Value const& rootValue, ::std::string
const& fieldName);
17MCFOLD ::Json::Value
const& getFieldAsObject(
::Json::Value const& rootValue, ::std::string
const& fieldName);
19MCAPI
bool parseJson(::std::string
const& str,
::Json::Value& root);
Definition serialize.h:11