What is the current behaviour?
After create a JSONB column and insertin a row. The returned value always returns ["object", "Object"].
What is the expected behaviour?
JSONB rows should be formatted as JSON and to be queried as JSON: {"key":"value"}
How to reproduce the issue?
- Create a JSONB column on a cockroachdb
- Insert any json
- see queried output
Screenshots or Screencast

Please provide any traces or logs that could help here.
Any possible solutions?