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

274
Views
How to modify remove extra data from object data

I have data like this

Object {
  "143": Object {
    "Test": "Urea",
    "Test_Field_Master_Id": "143",
    "Test_Result": "24.33",
    "Unit": "",
  },
  "144": Object {
    "Test": "eGFR",
    "Test_Field_Master_Id": "144",
    "Test_Result": "",
    "Unit": "",
  },
}

and want it like this

[
 {
    "Test": "Urea",
    "Test_Field_Master_Id": "143",
    "Test_Result": "24.33",
    "Unit": "",
  },
 {
    "Test": "eGFR",
    "Test_Field_Master_Id": "144",
    "Test_Result": "",
    "Unit": "",
  },
]

is possible if yes please guide me . ignore this = I have data like this I have data like this I have data like this I have data like this I have data like this I have data like this I have data like this I have data like this I have data like this

about 4 years ago · Juan Pablo Isaza
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!