Variable JSONValue.Store.str

union JSONValue.Store
{
  // ...
  string str ;
  // ...
}