From 5c1071d09fc282e102a43daa1a0e96fa3172a0af Mon Sep 17 00:00:00 2001 From: Frank Kilcommins Date: Thu, 30 Nov 2023 21:56:55 +0000 Subject: [PATCH] chore: Add string to literal table --- versions/1.0.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/versions/1.0.0.md b/versions/1.0.0.md index fde854f..1a285b5 100644 --- a/versions/1.0.0.md +++ b/versions/1.0.0.md @@ -639,6 +639,7 @@ Type | Literal value `boolean` | `true` or `false` `null` | `null` `number` | Any number format supported in [Data Types](#data-types) +`string` | Strings MUST use single quotes (') around the string. To use a literal single quote, escape the literal single quote using an additional single quote (''). ##### Operators Operator | Description