func (m *Modifier) UnmarshalJSON(b []byte) error {
    type Alias Modifier
    modifier := struct {
        *Alias
        Value json.RawMessage `json:"value"`