common_
function
0.15.0
Module json_
get
Module Items
Macros
Structs
Functions
In common_
function::
scalars::
json
common_function
::
scalars
::
json
Module
json_get
Copy item path
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
§
Json
GetBool
Get the value from the JSONB by the given path and return it as a boolean.
Json
GetFloat
Get the value from the JSONB by the given path and return it as a float.
Json
GetInt
Get the value from the JSONB by the given path and return it as an integer.
Json
GetString
Get the value from the JSONB by the given path and return it as a string.
Functions
§
get_
json_
by_
path
🔒