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
I think YAML is good enough for most cases. If people feel that writing yaml/json directly is annoy, they could just write some Typescript script to generate YAML/JSON file. There are even modern solutions like cue-lang to validate and generate YAML configuration. Both Typescript and cue-lang are working well with VsCode if you define the type schema properly.
I agree with it as YAML is also a superset of JSON and also supports all of these features (comments, no quotation, etc). However, it seems to me that dpgen2 has not supported YAML yet.
The json5 format is a extension of the json format, and is more human readable and easier to write. The main advantages:
More details are found on the official web site of json5
The json5 is parsed by python package pyjson5
The text was updated successfully, but these errors were encountered: