Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config/robotframework_aio/release_items_JsonPreprocessor.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,21 +227,21 @@ This feature is an option. If the user does not define the parameter ``keyPatter
],
"0.14.3.;0.15.0." : [
"
**Byte datatype**
**Byte sequences**

**JsonPreprocessor** allows the byte data type as a value.
**JsonPreprocessor** supports the explicit embedding of binary values (in Hexadecimal Escape Notation).

*Example*

| ``\"A\" : b'\\x58\\x44\\x47\\x5F\\x52',``
| ``\"bytesequence\" : b'\\x52\\x6f\\x62\\x6f\\x74\\x46\\x72\\x61\\x6d\\x65\\x77\\x6f\\x72\\x6b\\x20\\x41\\x49\\x4f'``

*Result*

| ``DotDict({'A': b'XDG_R'})``
| ``DotDict({'bytesequence': b'RobotFramework AIO'})``

**Maintenance**

* Improved and aligned error messages
Improved and aligned error messages
"
]
}
Expand Down