Variable JSONValue.PayloadUnion.boolean

JSON true or false values

union JSONValue.PayloadUnion
{
  // ...
  bool boolean ;
  // ...
}