Skip to content

Erroneously trying to process objects as arrays #259

@Syakado

Description

@Syakado

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions