Skip to content

Commit

Permalink
yaml limitation note for space between key and value
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackZork committed Jul 17, 2024
1 parent ce70506 commit 24470a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@ MQMGateway contains *std* library with basic converters ready to use:
Map key must be a single 16-bit value. All keys must be unique.
Map value can be a 32-bit int value or a string. All values must be unique.
Special characters `{}:,"\` must be escaped with `\`.
Due to yaml-cpp limitation, no space between key and value is allowed.

When used in command section reverse mapping is done.

Expand Down

0 comments on commit 24470a7

Please sign in to comment.