]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: document JSON conventions
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 1 Apr 2020 16:37:43 +0000 (12:37 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 1 Apr 2020 16:37:43 +0000 (12:37 -0400)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/developer/workflow.rst

index 8ce3bdeeb27e2052bd7e8833129b6c8077f8e15a..e36b57a5aae03e2dd786eca793e2883261497ad0 100644 (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: