3#include "mc/_HeaderOutputPredefine.h"
9namespace Json {
class Value; }
12namespace EducationMetadataUtils {
15MCNAPI ::EducationMetadata
16parse(::std::string
const& manifestContent, ::std::vector<::std::string>& errorPath, ::PackReport& report);
18MCNAPI
void parseEducationMetadataContent(
19 ::Json::Value
const& root,
20 ::std::vector<::std::string>& errorPath,
21 ::EducationMetadata& metadata,
Definition PackReport.h:16