node-formidable / formidable

The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

null values are parsed into 'null' string

fires3as0n opened this issue · comments

I expect the same behavior as of JSON parser to null be a null. I see no option flag for that.

JSON.parse expects a String so you should not pass a null value

Could you add more context ?

How are you sending your HTTP request ?