我正在尝试使用 RestSharp 读取一些 json 数据。
但是我在读取 json 对象时遇到了一些问题。我有这个回应:
expand: "html",
self: "<url>/INCIDENT-447",
key: "INCIDENT-447",
fields: {
customfield_11414: {
name: "Corrective Measures",
type: "com.atlassian.jira.plugin.system.customfieldtypes:textarea"
},
summary: {
name: "summary",
type: "java.lang.String",
value: "BLA BLA BLA"
},
我需要用 Property 的summery 和 customfield_11414 创建一个对象,但我只需要它们的值。不是整个 JSON 对象