Add an example with a string to the to_bool expression

This commit is contained in:
Étienne Trimaille 2024-11-19 15:47:09 +01:00 committed by Nyall Dawson
parent eacf823601
commit a3383689a6

View File

@ -13,6 +13,9 @@
},{
"expression": "to_bool('123')",
"returns": "true"
},{
"expression": "to_bool('false')",
"returns": "true"
},{
"expression": "to_bool(0)",
"returns": "false"