JSONB_EXTRACT

Similar to JSON_EXTRACT but binary representation (BLOB).

Return

A KQLiteColumn of type String containing the extracted JSON value(s).

Author

MOHAMMAD AZIM ANSARI

Parameters

json

The KQLiteJson column to extract values from.

path

The JSON Path expression to locate a value.