-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
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.