Json Literal
Represents a JSON as KQLiteJson literal in a KQLite query.
This class corresponds to the JSON data type, which is supported via the SQLite JSON1 extension. JSON data is stored as TEXT, but using this type allows KQLite to leverage SQLite's powerful JSON functions for querying and manipulation. This class encapsulates a JSON structure provided as a raw string.
Author
MOHAMMAD AZIM ANSARI
Parameters
value
The JSON-formatted String for this literal.