Closed sabine closed 7 months ago
JSON serializer would emit leading , on records and sequences. Setting s.kind to First when starting to serialize sequences and records seems to fix the problem.
,
s.kind
First
JSON serializer would emit leading
,
on records and sequences. Settings.kind
toFirst
when starting to serialize sequences and records seems to fix the problem.