Fix bug with JSON discriminated unions with non-flattened members.
The code was init()ing the union field when the discriminant was seen, but this only works if the field type is a struct or group. Instead we store the field schema and initialize it when we see the value later.
Showing
Please
register
or
sign in
to comment