I've got objects thats stores some data in hstore (filters), and that filters also have an arrays inside.
How to transform this arrays in string class to normal arrays?
OpenStruct.new(@object.filters)
=> #<OpenStruct name="sth", email="sth", phone="123", subject="[\"\", \subject1\", \"subject2\", \"subject3\"]">