how to parse json array into postgresql array type?
Arrays seem really simple in PostgreSQL, but I am having trouble with JSON parsing into an array column type. The Json data contains a property with an array value: "problems": ["/problems/22", "/problems/31"], The table has an array-type column like: CREATE…