Module json_get

Module json_get 

Source

Macrosยง

json_get ๐Ÿ”’
Get the value from the JSONB by the given path and return it as specified type. If the path does not exist or the value is not the type specified, return NULL.

Structsยง

JsonGet ๐Ÿ”’
Common implementation for JSON get scalar functions.
JsonGetBool
Get the value from the JSONB by the given path and return it as a boolean.
JsonGetFloat
Get the value from the JSONB by the given path and return it as a float.
JsonGetInt
JsonGetObject ๐Ÿ”’
Get the object from JSON value by path.
JsonGetString

Enumsยง

JsonResultValue ๐Ÿ”’

Traitsยง

JsonGetResultBuilder ๐Ÿ”’

Functionsยง

get_json_by_path ๐Ÿ”’
json_struct_get ๐Ÿ”’
json_struct_to_value ๐Ÿ”’
jsonb_get ๐Ÿ”’