Module json_get
common_
function
1.0.0-beta.2
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
GetObject
๐
Get the object from JSON value by path.
Json
GetString
Get the value from the JSONB by the given path and return it as a string.
Functions
ยง
get_
json_
by_
path
๐