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

93
Views
How do I search for a json object for a specific set of values?

I have an API that returns a list of accounts that looks like:

[
  {
    "_id": "61f9da9fcc6888f201f722cb",
    "firstName": "joe",
    "lastName": "joer",
    "email": "joe@outlook.com",
    "paid": "5700",
    "status": "active",
    "amount": "5600"
  },
  {
    "_id": "61f9db77cc6888f201f722cc",
    "firstName": "pete",
    "lastName": "peterson",
    "email": "peterson@gmail.com",
    "piad": "599",
    "status": "inactive",
    "amount": "0"
  },
]

I want to be able to request an individual object in the array by searching by attribute, i.E email, first/last name. How would I go about this in react?

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!