wc-duck / datalibrary

Open Source Data Library for data serialization.
Other
42 stars 8 forks source link

Unions inside dynamic arrays in structs will not be correctly assigned #94

Closed lundmark closed 6 years ago

lundmark commented 6 years ago

Pull request incomming with unit test that fails for reading a json with a struct, which holds a dynamic list of unions of structs. The type of the union, and the data in the struct, will not be correctly assigned.