parse-nested-form-data icon indicating copy to clipboard operation
parse-nested-form-data copied to clipboard

A tiny node module for parsing FormData by name into objects and arrays

Results 2 parse-nested-form-data issues
Sort by recently updated
recently updated
newest added

Thanks so much for this package! We're trying to parse FormData from fields that contain associative-array content: ```html

Feature description This package is proving itself quite useful when working with next-js form actions, but recently I came across a tiny roadbump when working with ``/ `` fields and...