Variable JSONValue.PayloadUnion.double_

The default field for storing numbers

union JSONValue.PayloadUnion
{
  // ...
  double double_ ;
  // ...
}