From adc9a34ee759e31dc1f7f9b98629042be3819815 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Feb 2024 13:22:59 +0200 Subject: Use reverse to fundamental types semantics in $json.member_value() Feels like this is an equivalent context to subscript/iteration. --- tests/function/json/testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/function/json/testscript b/tests/function/json/testscript index f5fc671..fdfc9ab 100644 --- a/tests/function/json/testscript +++ b/tests/function/json/testscript @@ -198,7 +198,7 @@ EOO for m: $j print $member_name($m) $member_value($m) EOI - str "abc" + str abc num 123 arr [1,2,3] obj {"one":1,"two":2,"three":3} -- cgit v1.1