Module common_function::scalars::json::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§

  • 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.

Functions§