Details
-
Bug
-
Resolution: Works as Designed
-
Major - P3
-
None
-
1.4.0
-
None
Description
I am trying to read a K/V into map[string]string, but it reports "cannot decode array into a map[string]string" if the content is empty.
The data is written by PHP code, sometimes it has value _
{"hellow": "world"}, but sometimes it is _[]