Skip to content

Commit 8ca8bdb

Browse files
committed
Update README.md
1 parent 89b6962 commit 8ca8bdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ Of course special consideration is needed when displaying these strings if they
1212

1313
So, for example,
1414

15+
```json
1516
{"test1" : "\uD840\uDC8A"}
16-
17+
```
18+
1719
will correctly parse and the object's "test1" member will have the byte sequence: `0xF0 0xA0 0x82 0x8A`
1820

1921
Here is a simple example of the usage of this library:

0 commit comments

Comments
 (0)