* `:json` - any JSON-formatted value; these will be ingested as strings, numbers, arrays, or structured data, depending on their contents * `:jstring` - a JSON-formatted (C-style) string * `:sstring` - a single-quoted (SQL-style) string with `''` escaping * `:dstring` - a double-quoted string with `""` escaping
:json- any JSON-formatted value; these will be ingested as strings, numbers, arrays, or structured data, depending on their contents:jstring- a JSON-formatted (C-style) string:sstring- a single-quoted (SQL-style) string with''escaping:dstring- a double-quoted string with""escaping