v.22.12Improvement

ERROR while parsing JSON

SET param_x query no longer requires manual string serialization for the value of the parameter. For example, query SET param_a = '['a', 'b']' can now be written like SET param_a = ['a', 'b']. #41874 (Nikolay Degterinsky).