PostgreSQL - JSON and JSONB
Which PostgreSQL function can be used to convert a text string into JSON format when inserting?
to_json() to convert various data types into JSON format.json_parse(), jsonb_to_text(), and cast_to_json() do not exist in PostgreSQL.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions