© 2026 Hedgehog Software, LLC
// encoded FormData { 'hello' -> 'world' 'items[][id]' -> '1532342' } // decoded { 'hello': 'world', 'items': [ { 'id': 1532342 } ] }