Updated Json service (markdown)

John Freed 2021-08-20 00:43:04 +02:00
parent d91285ab8b
commit 6e733227f1

@ -23,6 +23,9 @@ From the command line:
You should receive the same response that the `nc` command provides. You should receive the same response that the `nc` command provides.
### Converting options to camelCase
Several options in the command line interface contain embedded hyphens. You may send them as-is, or convert them to camelCase (in which the initial letter is lowercase, the hyphens are removed, and each letter after a former hyphen is capitalized). Internally, they are all converted to camelCase.
### Some example requests ### Some example requests