diff --git a/README.md b/README.md index 7d555a1..d3bf33d 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ There are currently the following built-in modifiers: - `@values`: Returns an array of values for an object. - `@tostr`: Converts json to a string. Wraps a json string. - `@fromstr`: Converts a string from json. Unwraps a json string. +- `@group`: Groups arrays of objects. See e4fc67c. ### Modifier arguments diff --git a/SYNTAX.md b/SYNTAX.md index b0482c0..5785e56 100644 --- a/SYNTAX.md +++ b/SYNTAX.md @@ -240,6 +240,7 @@ There are currently the following built-in modifiers: - `@values`: Returns an array of values for an object. - `@tostr`: Converts json to a string. Wraps a json string. - `@fromstr`: Converts a string from json. Unwraps a json string. +- `@group`: Groups arrays of objects. See e4fc67c. #### Modifier arguments