How to update a json file array values(particular values) using nodejs.
json file:
{
"EmailSubjects": {
"RegistrationMailSubject": "New User Registration",
"ApprovedMailSubject": "new user Approval ",
"RejectedMailSubject": "new user Your ",
"ForgetPasswordSubject": "password recovery"
}
}
in this emailsubjects I want to update only registrationmailsubject value only. how to achieve this..