From 05e9ee14237d129f2dad6ab0b95250e92f51cf74 Mon Sep 17 00:00:00 2001 From: tidwall Date: Wed, 2 Feb 2022 04:52:59 -0700 Subject: [PATCH] Update docs --- README.md | 1 + SYNTAX.md | 1 + 2 files changed, 2 insertions(+) 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