Skip to content

[ 2374917 ] Error messages (48) #402

@HolQue

Description

@HolQue

JSONP:

{
   "indexP" : 0,
   "keyP"   : "A",
   "dictP"  : {"A" : 0, "B" : 1},
   "listP"  : ["A", "B"],

   "params" : {"001" : "002",
               "003" : ["004", {"005" : "006",
                              "007" : ["008", ["009", "010"]],
                              ${keyP : ["012", {"013" : "014"}],
                              "015" : {"016" : ["017", "018"]},
                              "019" : {"020" : {"021" : "022"}}
                             }
                       ]
              }
}

Error message:

'Invalid key name: 'keyP : ["012", {"013" : "014"' in ${keyP : ["012", {"013" : "014"}. Key names are limited to letters, digits and the following characters: _ + - * /'

But the issue is not an invalid key name, it's a missing closed curly bracket.

I would prefer to have a "brackets mismatch" error message.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions