Ringo
06/30/2022, 1:20 PMMap
is another composite object (not array)?
WithJSONBody(Map{
"id": Integer(1296269),
"node_id": S("MDEwOlJlcG9zaXRvcnkxMjk2MjY5"),
"name": S("foo"),
"full_name": S("theorg/foo"),
"owner": Map{
"login": S("theorg"),
},
})
The above gives me an error on the line where I specify another Map
for owner
.Matt (pactflow.io / pact-js / pact-go)
map[string]interface{}
as the root object where the values are matchers or nested map structures