LeviLamina
Loading...
Searching...
No Matches
JsonHelpers.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Json {
class
Value; }
8
// clang-format on
9
10
namespace
JsonHelpers {
11
// functions
12
// NOLINTBEGIN
13
MCAPI ::std::string getAsString(
::Json::Value
const
& value, ::std::string_view defaultString);
14
15
MCAPI
bool
parseJson(::std::string
const
& str,
::Json::Value
& root);
16
17
MCAPI ::std::string
serialize
(
::Json::Value
const
& root);
18
// NOLINTEND
19
20
}
// namespace JsonHelpers
Json::Value
Definition
Value.h:16
serialize
Definition
serialize.h:11
src
mc
util
JsonHelpers.h
Generated on Sat Apr 26 2025 05:55:59 for LeviLamina by
1.12.0