Overthink JSON #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, JSON is used to save all configuration, but also all messages. It is probably not the most suitable format.
Think about other formats, for example, YAML.
Alternatives to JSON:
All these languages support comments and multi line strings (which are the main reasons to move away from traditional JSON).
I probably prefer Hjson because it has a similar structure to JSON and because it is backwards compatible with JSON.