Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, the JSON format only supports serializing the Map when its key is STRING. We may convert the key to a JSON string. For example, we can convert the `MAP<ARRAY<INT>, ARRAY<INT>>` to the following string.
{
"[1, 2, 3]": [
1,
2,
3
]
}