Socrata was acquired by Tyler Technologies in 2018 and is now the Data and Insights division of Tyler. The platform is still powered by the same software formerly known as Socrata but you will see references to Data & Insights going forward.

to_json

Function: to_json
  cast a text value to json

Examples:

  to_json('{"hello": "world"}')
  -- Result: {"json":{"hello":"world"}}




Signatures
text -> json
json -> json