Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

129
Views
JSON.stringfy return data different compared with the object

I have some code:

console.log("444444: ", profile, JSON.stringify(profile))

when I check the log:

log

Basically I want to know why I can not see

value: [0]

and i want to pass this profile object to backend and looks like backend is not getting this value field.

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Probably, you remove profile.value somewhere after you outputted it to console.log(). Try looking for delete profile.value; or profile.value = undefined;.

about 4 years ago · Juan Pablo Isaza Report

0

Try to parse the data first and then stringify

JSON.parse(JSON.stringify(profile)) 
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!