From e9f2bc2427f80e4262560f0dfc4397a2acaa50ea Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 1 Apr 2020 12:37:43 -0400 Subject: [PATCH] doc: document JSON conventions Signed-off-by: Quentin Young --- doc/developer/workflow.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst index 8ce3bdeeb2..e36b57a5aa 100644 --- a/doc/developer/workflow.rst +++ b/doc/developer/workflow.rst @@ -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: