Module json

Module json 

Source

Enums§

JsonbType
Represents the type of a JSONB value

Functions§

json_array_contains_udf
Create the json_array_contains UDF for checking if array contains a value
json_array_length_udf
Create the json_array_length UDF for getting array length
json_exists_udf
Create the json_exists UDF for checking if a JSONPath exists
json_extract_udf
Create the json_extract UDF for extracting JSONPath from JSON data
json_extract_with_type_udf
Create the json_extract_with_type UDF that returns JSONB bytes with type information
json_get_bool_udf
Create the json_get_bool UDF for getting a boolean value
json_get_float_udf
Create the json_get_float UDF for getting a float value
json_get_int_udf
Create the json_get_int UDF for getting an integer value
json_get_string_udf
Create the json_get_string UDF for getting a string value
json_get_udf
Create the json_get UDF for getting a field value as JSON string