diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-07-18 00:07:30 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-07-18 00:07:30 +0200 |
| commit | 1f563060887b979e0138567fb13bef97dc8fd915 (patch) | |
| tree | a5f6cb42ec7c4bf2db5a8d91b3690f5f9dbb6e66 /readme.md | |
| parent | 3c7bc23285157858b3dc7468e5abbb16e05f31f7 (diff) | |
fix tests
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -10,16 +10,16 @@ an array of strings indexed by strings. The JSON types are: true, false, Key elements: -- T: true type -- F: false type -- N: null type +- t: true type +- f: false type +- n: null type - s: string type -- n: number type +- d: number type - a: array type - o: object type - k: key (object only) - v: value (array and object) -- t: type (one of T, F, N, s, n, a, o) +- t: type (one of t, f, n, s, d, a, o) - [0-9]+: index of key or value ## I/O |
