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

198
Views
Extract Entire array object from json body

Need to extract entire database_schema_detail object from the below json body for postman.Any suggestion?

Json Body

    "created_operator": "0",
    "database": "postgres",
    "database_schema_detail": {
      "accounts": [
        "employer_id",
        "id",
        "role_id"
      ],
      "awsdms_ddl_audit": [
        "c_ddlqry",
        "c_key",
        "c_name",
        "c_oid",
        "c_schema",
        "c_tag",
        "c_time",
        "c_txn",
        "c_user"
      ],
      "new_accounts": [
        "employer_id",
        "id",
        "role_id"
      ]
    },
    "dms_endpoint_id": "test0700362021-10-07t13-19-36-331734",
    "engine": "postgresql",
    "engine_display_name": "PostgreSQL",
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Parse the JSON and access the property:

let responseBody = JSON.parse(body);
console.log(responseBody.database_schema_detail);
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!