JsonObject: { [field_name: string]: undefined | JsonValue }

A JSON object value, with undefined allowed because it gets stripped by JSON.parse

Type declaration