0

here is my request structure

type Request struct {
   Workplace [][]int `json:"workplace" form:"workplace[][]"
}


and Content-Type: multipart/form-data

How can i get data by using Postman form-data?

Expected Receiving Result As :-

Workplace = [[1,2] [2,3] [4,5]]

I attached my postman form-data screenshot here POSTMAN Screenshot

Inian
  • 80,270
  • 14
  • 142
  • 161
JJT
  • 81
  • 10
  • Does this answer your question? [Can I send 2 dimension array as parameter in POSTMAN?](https://stackoverflow.com/questions/25032483/can-i-send-2-dimension-array-as-parameter-in-postman) – Inian Aug 23 '22 at 05:11
  • @Inian is similar to the question.. but is not the same. I referred to your post and tried on my way. and I still don't find for the solution yet – JJT Aug 23 '22 at 05:32

0 Answers0