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

Allow : for assignment inside inline tables #901

Closed
lizelive opened this issue May 6, 2022 · 1 comment
Closed

Allow : for assignment inside inline tables #901

lizelive opened this issue May 6, 2022 · 1 comment

Comments

@lizelive
Copy link

lizelive commented May 6, 2022

hello = { world : 42 }

should be equivalent to

hello = { world = 42 }

this synergies with #516 and #902 to make all json objects that don't include null valid toml.

pros:

  1. paste json
  2. easier to move over to toml
  3. more choice
  4. more readable
@pradyunsg
Copy link
Member

make all json objects that don't include null valid toml.

This isn't a goal.

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

No branches or pull requests

2 participants