Skip to content

Conversation

@DerAndereAndi
Copy link
Member

SHIPs previous simple removing of JSON list elements caused empty arrays to be converted to {} being an empty object. This caused unmarshalling issues.

This change now fixes this by using typed unmarshalling where we evaluate every instance of {} and check if it is an array type or object and then convert it properly.

SHIPs previous simple removing of JSON list elements caused empty arrays to be converted to {} being an empty object. This caused unmarshalling issues.

This change now fixes this by using typed unmarshalling where we evaluate every instance of {} and check if it is an array type or object and then convert it properly.
@coveralls
Copy link

Coverage Status

coverage: 93.978% (-0.02%) from 94.0%
when pulling e2058a3 on feature/improved-unmarshal
into 08a28fe on dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants