【发布时间】:2021-10-12 18:18:21
【问题描述】:
需要从下面的 json 正文中提取整个 database_schema_detail 对象以供邮递员使用。有什么建议吗?
Json 身体
"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",
【问题讨论】:
标签: javascript postman