2.0.0 • Published 3 years ago

@soyhuce/bob.json-to-form-data v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@soyhuce/bob.json-to-form-data

JSON to FormData function from Bob library.

Installation

pnpm add @soyhuce/bob.json-to-form-data

Usage

import JSONToFormData from '@soyhuce/bob.json-to-form-data'

JSONToFormData({
  testStringKey: 'testValue',
  testBooleanKey: true,
  testNumberKey: 0,
  testNullKey: null,
  testFileKey: file
})

License

MIT

0.1.0

3 years ago

2.0.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago