to_json
cast a text value to json Examples: to_json('{"hello": "world"}') -- Result: {"json":{"hello":"world"}}
text -> json json -> json