Value must be a stringified JSON object with a value (numeric) and unit

Your metafield is a JSON type and you provided it with text.

\n    200.0  \n

Make sure to remove any whitespace from your liquid around the JSON by using hyphens in your tags like {%- -%} or {{- -}}

The gray arrows mean that path was not followed.