summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2020-04-01 18:37:43 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2020-04-01 18:37:43 +0200
commite9f2bc2427f80e4262560f0dfc4397a2acaa50ea (patch)
tree395f50264ea74e9a88fa58b3d0cbce8004fba1a3 /doc
parentMerge pull request #6120 from donaldsharp/ospf6_const (diff)
downloadfrr-e9f2bc2427f80e4262560f0dfc4397a2acaa50ea.tar.xz
frr-e9f2bc2427f80e4262560f0dfc4397a2acaa50ea.zip
doc: document JSON conventions
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/workflow.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst
index 8ce3bdeeb..e36b57a5a 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: