• #dev 2020-04-14
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2020-04-14 UTC
# 13:17
Zegnat
But HTTP has no real concept of arrays or nesting when it comes to POST payloads. How languages arrive at { a: [1, 2] } is all over the place, I think I have seen ?a=1&a=2 ?a[]=1&a[]=2 and even ?a[0]=1&a[1]=2.