Nuon readme precision

This commit is contained in:
sholderbach 2024-05-19 22:15:48 +02:00
parent 705a5d02a8
commit 7887d0a4fe

View File

@ -4,7 +4,7 @@ The NUON format is a superset of JSON designed to fit the feel of Nushell.
Some of its extra features are
- trailing commas are allowed
- commas are optional in lists
- quotes are not required around keys or any _bare_ string that do not contain spaces
- quotes are not required around keys or any _bare_ string that do not contain spaces or special characters
- comments are allowed, though not preserved when using [`from_nuon`]
## Example