carefree
carefree
I have encountered the same problem and haven't found a solution yet
> mainObj := gabs.New() > > subObj := gabs.New() subObj.Set("1", "id") subObj.Set("test", "name") > > mainObj.ArrayAppend(subObj.Data()) Use the method you said to execute the results :[{},{"id":"1","name":"test"}] More {},Is there a...
Continuous attention
Has this problem been resolved? I also encountered the same problem