2.0.0 • Published 3 years ago
@soyhuce/bob.json-to-form-data v2.0.0
@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