Variable JSONValue.Store.array

union JSONValue.Store
{
  // ...
  JSONValue[] array ;
  // ...
}