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

Implement json5 spec #1

Open
10 of 14 tasks
adhocore opened this issue Nov 19, 2022 · 0 comments
Open
10 of 14 tasks

Implement json5 spec #1

adhocore opened this issue Nov 19, 2022 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@adhocore
Copy link
Owner

adhocore commented Nov 19, 2022

Already supported

  • single/multi line comments
  • trailing commas in array/object
  • literal new lines in multiline string

New features (implemented in #2)

  • unquoted object key
  • single quoted key
  • single quoted value
  • signed positive number
  • trailing decimal point number
  • leading decimal point number
  • hexadecimal number

To be implemented

  • infinity
  • NaN
  • unicode escape
  • other whitespace
@adhocore adhocore pinned this issue Nov 19, 2022
@adhocore adhocore added help wanted Extra attention is needed good first issue Good for newcomers labels Nov 19, 2022
adhocore added a commit that referenced this issue Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant