You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jmatsushita - thanks for the suggestion and sorry for the late response. As @charlierudolph pointed out - it's not quite easy to support because the cson-parser syntax is currently defined as a subset of CoffeeScript, reusing the CoffeeScript parser. So support would have to start in coffeescript itself.
I've posted this here bevry/cson#61 but it might be something to consider as an option for the parser...?
Pasting the linked issue for convenience:
With JSON-LD the use of keys prefixed with the @ character is idiomatic. This means that the home page example:
Is converted with the @keys quoted.
Would it be possible to add an option (
--ld
?) to allow@keys
not to be quoted for better readability, as in:The text was updated successfully, but these errors were encountered: