Skip to main content

Module json_type

Module json_type 

Source

Structs§

JsonType
JsonType is a data type for JSON data. It is stored as binary data of jsonb format. It utilizes current binary value and vector implementation.

Enums§

JsonFormat
JsonNativeType
JsonNumberType

Constants§

JSON2_TYPE_NAME 🔒
JSON_TYPE_NAME

Functions§

fix_unicode_point 🔒
Normalizes a JSON string by converting Rust-style Unicode escape sequences to JSON-compatible format.
is_include 🔒
jsonb_to_serde_json
Converts a json type value to serde_json::Value
jsonb_to_string
Converts a json type value to string
parse_string_to_jsonb
Parses a string to a json type value

Type Aliases§

JsonObjectType