You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
When receiving an entity from upstream that is marked as an array (e.g. from JsonDecoder), convert it into an actual Value.Array object instead of having to deal with different array representations internally.
When receiving an entity from upstream that is marked as an array (e.g. from
JsonDecoder
), convert it into an actualValue.Array
object instead of having to deal with different array representations internally.Related to #65 and #100; maybe also #95, #96 and #106.
Functional review: @TobiasNx? or: n/a (refactoring)
Code review: @fsteeg
The text was updated successfully, but these errors were encountered: