Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
JSON keys are all in lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Jul 8, 2015
1 parent baa8ff0 commit acb9d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuals/en/developers/directorConsole.md
Expand Up @@ -33,7 +33,7 @@ void OUTPUT_FORMATTER::object_key_value(const char *key, const char *key_fmt, co
API mode 0 and 1 get the key and value, and write them as defined in the key_fmt and value_fmt strings.
If the key_fmt string is not given, the key will not be written. If the value_fmt string is not given, the value will not be written.

In API mode 2 (JSON), OUTPUT_FORMATTER stores the key value pair in its internal JSON object, to delivers it, when the response object is finished.
In API mode 2 (JSON), OUTPUT_FORMATTER stores the key value pair in its internal JSON object, to delivers it, when the response object is finished. The keys will be transformed to lower case strings.

### decoration

Expand Down

0 comments on commit acb9d8c

Please sign in to comment.