{title:'Binary Data', updated:'9.0.0'}

Entries can also be accessed as binary data. Binary data can be represented in 3 formats:

The binary data format is controlled via the following setting:

For example:

| key = Zm9vYmFycw==

| byte[] bytes = config.get("key").asBytes().orElse(null);

Binary lines can be split up into separate lines for readability:

| key = | Zm9vYm | Fycw==

Binary data line wrapping can be controlled via the following setting: