Skip to content

Commit 2d850a2

Browse files
authored
Merge pull request #12 from nebkat/patch-2
fix: Byte value example
2 parents 51830fd + 0844096 commit 2d850a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Nx
4040
Ny
4141
Nz
4242
OpenJData
43+
parsers
4344
passcode
4445
pre
4546
Qianqian

Binary_JData_Specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ Byte values in JSON:
370370
```json
371371
{
372372
"binary": [222, 173, 190, 239]
373-
"val": [123],
373+
"val": 123,
374374
}
375375
```
376376

0 commit comments

Comments
 (0)