Variable JSONValue.payload

Holds the data contained in this value.

struct JSONValue
{
  // ...
  taggedalgebraic.TaggedAlgebraic!(stdx.data.json.value.JSONValue.PayloadUnion) payload ;
  // ...
}

Note that this is available using alias this, so there is usually no need to access this field directly.