Closed hiltontj closed 1 year ago
The NodeList type is deriving Serialize, which leads to serialized representations like so:
NodeList
Serialize
{ "nodes": [...] }
instead of just,
[...]
The correct form is the latter.
The
NodeList
type is derivingSerialize
, which leads to serialized representations like so:instead of just,
The correct form is the latter.