summaryrefslogtreecommitdiffstats
path: root/src/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash.c')
-rw-r--r--src/hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hash.c b/src/hash.c
index e6999637..a2d2314b 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -60,6 +60,7 @@ static const struct expr_ops hash_expr_ops = {
.type = EXPR_HASH,
.name = "hash",
.print = hash_expr_print,
+ .json = hash_expr_json,
.cmp = hash_expr_cmp,
.clone = hash_expr_clone,
};