Type alias ReadonlyPartialJSONOptionValueArray

ReadonlyPartialJSONOptionValueArray: [ReadonlyPartialJSONValue | undefined, ReadonlyPartialJSONValue][]

A type alias for a readonly partial JSON tuples [option, value]. option should be localized.

Note: Partial here means that JSON object attributes can be undefined.