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

96
Views
I want to extract certain fields like Name, Amount and Details from JSON Stringify

Following is the response: -

{
    "errors": "",
    "data": [
        {
            "links": [],
            "dob": "2013100600",
            "expireDate": "2018090600",            
            "name": "Samuel",
            "amount": "500000.0",       
            "details": [
                {
                    "accNo": "1234",
                    "deposit": "300",
                    "ccy": "USD",                    
                },
                {
                    "accNo": "1235",
                    "deposit": "700",
                    "ccy": "EURO",
                },
                {
                    "accNo": "1236",
                    "deposit": "100",
                    "ccy": "INR",
                },             
            ]
        }
    ],
    "paging": null
}

I want to extract and set them in their existing fields on the screen. Say,

Name --> Samuel
Amount --> 500000
Details -->  "accNo": "1234",
             "deposit": "300",
             "ccy": "USD",
.
.
. 

and so on. Details on screen is a table which is having columns named as

AccountNo  Deposit  Currency
1234       300       USD
1235       700       EURO
1236       100       INR
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!