LeviLamina
Loading...
Searching...
No Matches
JSONType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Bedrock::JSONObject {
6
7
enum class
JSONType :
int
{
8
NullType = 0,
9
Boolean = 1,
10
Number = 2,
11
String = 3,
12
Array = 4,
13
Object = 5,
14
};
15
16
}
src
mc
deps
core
utility
json_object
JSONType.h
Generated on Sat Apr 26 2025 05:55:26 for LeviLamina by
1.12.0