Proposal: Use Variant
type instead of Array
type and Object
Type
#8400
andylokandy
started this conversation in
General
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Array
type andObject
type are bothVariant
type internally but with the constraint of beingjsonb::Array
andjsonb::Object
. Since the constraint doesn't affect any operation on variants, I propose to remove these two types.Beta Was this translation helpful? Give feedback.
All reactions