Skip to content

Commit

Permalink
fix: Byte value example
Browse files Browse the repository at this point in the history
  • Loading branch information
nebkat committed Nov 24, 2024
1 parent 94c5ac7 commit 0844096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Binary_JData_Specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Byte values in JSON:
```json
{
"binary": [222, 173, 190, 239]
"val": [123],
"val": 123,
}
```

Expand Down

0 comments on commit 0844096

Please sign in to comment.