From 7e674f0ad79d85e6edc5b2d3d4d09a2a5fd8a595 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Fri, 15 Nov 2024 22:43:42 +0100 Subject: [PATCH] include StringyJSON in some types by default --- spl/json.spl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spl/json.spl b/spl/json.spl index 6d261fd..4d4642c 100644 --- a/spl/json.spl +++ b/spl/json.spl @@ -44,3 +44,6 @@ construct json:_StringyJSON { spaces this properties json:props-to-sjson } } + +include json:_StringyJSON in array +include json:_StringyJSON in str