Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naming convention violation (2) #354

Open
HolQue opened this issue Oct 24, 2024 · 1 comment
Open

Naming convention violation (2) #354

HolQue opened this issue Oct 24, 2024 · 1 comment

Comments

@HolQue
Copy link
Collaborator

HolQue commented Oct 24, 2024

The naming convention tells: Key names have to start with a letter, digit or underscore.

But nevertheless the following JSON code throws an error:

"𠼭param" : "value"

Result:

'Invalid key name: "ð ¼­param". Key names have to start with a letter, digit or underscore.'

I move the special character to the right:

"p𠼭aram" : "value"

Now things are fine:

[DOTDICT] (1/1) > {p𠼭aram} [STR] : 'value'

Seems that the check of the first character in key names has an issue. Because in general such special characters are accepted inside key names.

@HolQue
Copy link
Collaborator Author

HolQue commented Oct 29, 2024

Retest successful. Issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant