Giter Club home page Giter Club logo

json-form-data's People

Contributors

finesse avatar hyperatom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

json-form-data's Issues

Nested form data with files coming back null

Hello

This is awesome first off. I'm just stuck on nested Objects not getting appended. (Or at least they come back null.)

JSON example.
department: { main_image: { image: File, name: string, meta_tag: string }, title: string, subtitle: string, meta_tag: sring, meta_description: string, slug: string, published: boolean }

So when that is converted into FormData the main_image object is returned as null.

json-form-data works fine directly converting a main_image instance into formData but when the object is nested it returns null.

Thoughts?

Maybe I am approaching this wrong..

Nuxt.js is the Framework.

showLeafAraryIndexes: false doesn't work as expected

It seems this option removes all array indexes, not only in leaf nodes. For example:
serialize({ array: [1, 2], nested: [{ key: 1 }, { key: 2 }]}, { showLeafArrayIndexes: false })

Generates:

array[]: 1
array[]: 2
nested[][key]: 1
nested[][key]: 2

But I would have expected:

array[]: 1
array[]: 2
nested[0][key]: 1
nested[1][key]: 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.