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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. 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
- * Multiline strings.
11
- * File inclusions.
12
- * UUID and TUID generation.
13
- * Customizable commands.
14
- * Ultra fast parsing based on obscure Unicode characters.
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
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "senselogic-gson",
3
3
  "description": "Granular Structured Object Notation.",
4
- "version": "0.1.8",
4
+ "version": "0.1.9",
5
5
  "author": "Eric Pelzer <ecstatic.coder@gmail.com>",
6
6
  "license": "LGPL-3.0-only",
7
7
  "repository": {