2.0.0 • Published 4 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-dataUsage
import JSONToFormData from '@soyhuce/bob.json-to-form-data'
JSONToFormData({
testStringKey: 'testValue',
testBooleanKey: true,
testNumberKey: 0,
testNullKey: null,
testFileKey: file
})License
MIT