Project

General

Profile

Bug #17582

Updated by Lucas Di Pentima about 3 years ago

When trying to assign a name that starts with opening square brackets, the API responds with the following error: 

 @invalid character 'X' looking for beginning of value@ 

 This seems to be related to JSON lists, so the solution probably should be that wb2 needs to properly encode the @[@ char. 

 Workbench1 and the CLI tools don't doesn't have this issue.

Back