We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b6962 commit 8ca8bdbCopy full SHA for 8ca8bdb
README.md
@@ -12,8 +12,10 @@ Of course special consideration is needed when displaying these strings if they
12
13
So, for example,
14
15
+```json
16
{"test1" : "\uD840\uDC8A"}
-
17
+```
18
+
19
will correctly parse and the object's "test1" member will have the byte sequence: `0xF0 0xA0 0x82 0x8A`
20
21
Here is a simple example of the usage of this library:
0 commit comments