pub(crate) fn plain_json_struct_type(item_type: ConcreteDataType) -> StructTypeExpand description
A special struct type for denoting “plain”(not object) json value. It has only one field, with
fixed name JSON_PLAIN_FIELD_NAME and with metadata JSON_PLAIN_FIELD_METADATA_KEY = "true".