0

这是一个对你来说很有趣的。

所以我有一个这样的表来检查 JSON 响应中的内容。

!define innerTable (
|name|whatever|
|email|whatever2|
|hpeon|whatever3|
)

|Check if correct values are returned|
|property name|value is?|
|catalogId|1002|
|productName|Name of the product|
|productStatus|ACTIVE|
|productType|Whatever|
|contactInformation|${prizeTiers}|

那么我到底如何从contactInformation中获取信息呢?:)

由于值正在发生变化......并且contactInformation是JSON中的一个值,而不是某个方法名称......有什么想法吗?

非常感谢!!

4

1 回答 1

1

如果您使用 fitSharp 或 FitLibrary,则使用嵌入式表格来匹配集合。例如http://fitsharp.github.com/Fit/CompareList.html

糟糕,没有注意到您说contactInformation 是JSON 格式的。因此,您必须编写一个方法来返回对象集合。fitSharp 或 FitLibrary 会有所不同。

更新:固定链接

于 2012-04-25T19:15:21.517 回答