What to do with associative arrays with non-string keys
Fail compilation.
Serialize keys as-is - results in non-compliant JSON.
Serialize keys as strings. Note that this may result in multiple levels of quoting.
See Implementation
What to do with associative arrays with non-string keys