Why is `allowStructuredMapKeys`<https://kotlinlang...
# serialization
e
Why is `allowStructuredMapKeys` (docs)
false
by default? Is it because serializing a map to an array is non-standard behaviour? And throwing an exception (if
false
) is standard behaviour?
j
The JSON spec only allows strings as object keys, yes.