43 UInt_64 RawSize()
const;
45 UInt_64 Extra()
const;
49 void Insert(UInt_64 index,
const JsonBase* value);
55 void Push(
const JsonObj& value);
61 void Push(
bool value);
63 void Push(
const JsonNum& value);
65 void Push(
float value);
67 void Push(
const JsonStr& value);
69 void Push(
const Char_8* value, UInt_64 size = 0);
71 void Push(
const Str_8& value);
75 Str_8 ToStr(UInt_64 level,
bool compact)
const override;
Definition: JsonArray.h:15
Definition: JsonBase.h:19
Definition: JsonBool.h:11
char Char_8
Definition: Types.h:40