when I have the following json: [{"key": "value"}.{"key2": "value2"}] objx.FromJSON fails with the error: cannot unmarshal array into Go value of type objx.Map how should this be handled? I am using v.0.3.0
when I have the following json:
[{"key": "value"}.{"key2": "value2"}]
objx.FromJSON fails with the error:
cannot unmarshal array into Go value of type objx.Map
how should this be handled?
I am using v.0.3.0