Allow containers (arrays, objects) in dirty model to be stringified. E.g. ``` "elements": "[1, 2, 3]" ``` To be properly parsed into clean model as `Elements []int64`