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, returnNULL
.
Structs§
- Get the value from the JSONB by the given path and return it as a boolean.
- Get the value from the JSONB by the given path and return it as a float.
- Get the value from the JSONB by the given path and return it as an integer.
- Get the value from the JSONB by the given path and return it as a string.