wc-duck / datalibrary

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

Default data reflection #169

Open Tisten opened 1 year ago

Tisten commented 1 year ago

Expose default data in the reflection API, solve: https://github.com/wc-duck/datalibrary/issues/161 The implementation is not "final". Right now there is an internal state which is not thread safe. This is mentioned in the issue above, so please discuss the preferred solution there.

Also includes second iteration of string merging, now doing it when json parsing as well: https://github.com/wc-duck/datalibrary/issues/14