Merge pull request #6131 from qlyoung/doc-json-camelcase

doc: document JSON conventions
This commit is contained in:
Renato Westphal 2020-04-01 19:52:15 -03:00 committed by GitHub
commit 00b84ce81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -992,6 +992,11 @@ Miscellaneous
When in doubt, follow the guidelines in the Linux kernel style guide, or ask on
the development mailing list / public Slack instance.
JSON Output
^^^^^^^^^^^
All JSON keys are to be camelCased, with no spaces.
.. _documentation: