senselogic-gson 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,11 +7,11 @@ Granular Structured Object Notation.
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
9
9
|
GSON is a superset of JSON with:
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
10
|
+
* Fast parsing through Unicode markers.
|
|
11
|
+
* A simple syntax for:
|
|
12
|
+
* Multiline strings
|
|
13
|
+
* File inclusion
|
|
14
|
+
* UUID and TUID generation
|
|
15
15
|
|
|
16
16
|
## Sample
|
|
17
17
|
|