Skip to content

stringify: Arrays | implicit and explicit indexing, empty fields #77

@buschtoens

Description

@buschtoens
var arr = [0, 1, 2, 3, 4];
delete arr[3];

console.log(qs.stringify({ a: arr, b: undefined }));
// => a[0]=0&a[1]=1&a[2]=2&a[3]=undefined&a[4]=4&b=

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions