function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Roman RegmiRoman Regmi 

JSON_PARSER_ERROR: Cannot deserialize instance of date from VALUE_STRING value 3/21/2022

I am getting the above error when I try to send data to salesforce org using node and express. How do I resolve this?

Here is my code
User-added image
SwethaSwetha (Salesforce Developers) 
HI Roman,
Recommend reviewing similar posts from past
https://salesforce.stackexchange.com/questions/108896/cannot-deserialize-instance-of-datetime-from-value-string-value

https://salesforce.stackexchange.com/questions/116158/json-cannot-deserialize-instance-of-date-from-value-string

Thanks