-
For example, package |
Beta Was this translation helpful? Give feedback.
Answered by
pelletier
Oct 14, 2021
Replies: 1 comment 1 reply
-
That's a very interesting question! We don't have that today. I wonder how much sense it would make for TOML: a document has a different semantic meanings based on the order the elements appear in the document, and potentially may or may not be valid as a result. JSON does not have this problem. Can you elaborate on a use-case for this? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
samhza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a very interesting question! We don't have that today. I wonder how much sense it would make for TOML: a document has a different semantic meanings based on the order the elements appear in the document, and potentially may or may not be valid as a result. JSON does not have this problem.
Can you elaborate on a use-case for this?