Updated Json service (markdown)

John Freed 2021-08-20 00:49:56 +02:00
parent be338a6fec
commit 22d368e54e

@ -25,7 +25,7 @@ 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 (all lowercase, with hyphens), or convert them to camelCase (in which each letter after a hyphen is capitalized and then all the hyphens are removed). Internally, they are all converted to camelCase.
Several options in the command line interface contain embedded hyphens. You may send them as-is (all lowercase, with hyphens), or convert them to camelCase (in which each letter after a hyphen is capitalized and then all the hyphens are removed).
### Some example requests