stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
691 stars 75 forks source link

URLValues without sprintf with support for maps and slices #62

Closed geseq closed 6 years ago

geseq commented 6 years ago

Slices can be configured to have a specified suffix. For ex: a[]=b&a[]=c if the suffix is "[]" a=b&a=c if the suffix is ""