enum Value::Kind

Declared at: llvm/include/llvm/Support/JSON.h:284

Enumerators

NameValueComment
Null0
Boolean1
Number2Number values can store both int64s and doubles at full precision, depending on what they were constructed/parsed from.
String3Number values can store both int64s and doubles at full precision, depending on what they were constructed/parsed from.
Array4Number values can store both int64s and doubles at full precision, depending on what they were constructed/parsed from.
Object5Number values can store both int64s and doubles at full precision, depending on what they were constructed/parsed from.