You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`object`|`data container`| json object type. It can also be json arrays |
8
-
|`array`|`slist`, `rlist`, `ilist`, `data array`| json array type. `slist`, `rlist` and `ilist` will only create string arrays. To create array of other types, use `data array`|
8
+
|`array`|`data array`| json array type|
9
9
|`string`|`string`| json string type |
10
10
|`number`|`real`, `int`| json number type |
11
11
|`primitive`|`string`| Primitives are values that are either `"true"`, `"false"` or `"null"` in json |
@@ -64,9 +64,9 @@ And the content of `/tmp/oldfile.json` will become:
64
64
65
65
If the field doesn't exist, it is appended. If it already exists, its data will be overwritten.
66
66
67
-
### Writing types
67
+
### Writing arrays
68
68
69
-
In order to write compound type such as arrays containg booleans, numbers, etc... One has to use the `data container` type in the policy.
69
+
In order to write compound type such as arrays containg booleans, numbers, etc... One has to use the `data` type in the policy.
0 commit comments