Update docs

This commit is contained in:
tidwall 2022-02-02 04:52:59 -07:00
parent 82f549e6ee
commit 05e9ee1423
2 changed files with 2 additions and 0 deletions

View File

@ -208,6 +208,7 @@ There are currently the following built-in modifiers:
- `@values`: Returns an array of values for an object. - `@values`: Returns an array of values for an object.
- `@tostr`: Converts json to a string. Wraps a json string. - `@tostr`: Converts json to a string. Wraps a json string.
- `@fromstr`: Converts a string from json. Unwraps a json string. - `@fromstr`: Converts a string from json. Unwraps a json string.
- `@group`: Groups arrays of objects. See e4fc67c.
### Modifier arguments ### Modifier arguments

View File

@ -240,6 +240,7 @@ There are currently the following built-in modifiers:
- `@values`: Returns an array of values for an object. - `@values`: Returns an array of values for an object.
- `@tostr`: Converts json to a string. Wraps a json string. - `@tostr`: Converts json to a string. Wraps a json string.
- `@fromstr`: Converts a string from json. Unwraps a json string. - `@fromstr`: Converts a string from json. Unwraps a json string.
- `@group`: Groups arrays of objects. See e4fc67c.
#### Modifier arguments #### Modifier arguments