wiki: Delete unstable JSON output note

This commit is contained in:
Ivan Molodetskikh
2024-09-13 15:06:20 +03:00
parent ca30315deb
commit 7a65a0b79f
-2
View File
@@ -68,8 +68,6 @@ The JSON output *should* remain stable, as in:
However, new fields and enum variants will be added, so you should handle unknown fields or variants gracefully where reasonable. However, new fields and enum variants will be added, so you should handle unknown fields or variants gracefully where reasonable.
I am not 100% committing to the stability yet because there aren't many users, and there might be something basic I had missed in the JSON output design.
The formatted/human-readable output (i.e. without `--json` flag) is **not** considered stable. The formatted/human-readable output (i.e. without `--json` flag) is **not** considered stable.
Please prefer the JSON output for scripts, since I reserve the right to make any changes to the human-readable output. Please prefer the JSON output for scripts, since I reserve the right to make any changes to the human-readable output.