Standard library function write_json
does prohibited serialization of integer keys
#702
Labels
interop
Bears on spec compatibility
The WDL spec states that
write_json
cannot serialize a map with integer keys.MiniWDL will coerce
Int
toString
, meaning the map above is serializable from MiniWDL's perspective:The text was updated successfully, but these errors were encountered: