carefree

Results 4 comments of 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...