Botcraft 1.21.4
Loading...
Searching...
No Matches
ProtocolCraft::Json::Internal Namespace Reference

Typedefs

using JsonVariant = std::variant< std::monostate, ProtocolCraft::Internal::RecursiveWrapper< Object >, ProtocolCraft::Internal::RecursiveWrapper< Array >, std::string, bool, long long int, unsigned long long int, double >
 std::variant holding the actual data
 

Typedef Documentation

◆ JsonVariant

using ProtocolCraft::Json::Internal::JsonVariant = typedef std::variant< std::monostate, ProtocolCraft::Internal::RecursiveWrapper<Object>, ProtocolCraft::Internal::RecursiveWrapper<Array>, std::string, bool, long long int, unsigned long long int, double >

std::variant holding the actual data

Definition at line 28 of file Json.hpp.