Hello,
I'm currently using the version 3.2.0 with the stream mode and apparently it's not possible to pass the typeHandlers options.
I checked a bit the code and I think the issue is located here :
|
const isOptions = objectKeys.every((key) => defaultKeys.includes(key)); |
Hello,
I'm currently using the version
3.2.0with the stream mode and apparently it's not possible to pass thetypeHandlersoptions.I checked a bit the code and I think the issue is located here :
jsonexport/lib/index.js
Line 56 in 4a49877