Hello Guys.
Allow me to use a translation tool.
If you try to parse JSON of the following format,
json_ParseKey branch and I get Err.Raise 10001.
I want to solve the problem of processing an array as a key, since it is not a wrong JSON format.
Can you help me?
Function test()
Dim target As String
target = "[ {'List': [ '11111' ] } ]"
Dim json As Dictionary
Set json = JsonConverter.ParseJson(target)
End Function