Skip to content

Work around YAML problems by switching to JSON serialization

Adam Wight requested to merge bad-yaml into main

An incompatibility between the libraries to write and read YAML with values beginning ":{" caused major friction. We can continue to support these values by changing to JSON serialization.

Another slight workaround was required, to transform the elements output by Map.list from tuple to list to make it unambiguous how to serialize.

Merge request reports