Variable JSONValue.Store.object

union JSONValue.Store
{
  // ...
  JSONValue[string] object ;
  // ...
}