Slide 37
Slide 37 text
Sansan Builders Box
json-fuzzy-match o P
#uuid #string e 6s6 I
JSON
JsonStringAssert.assertThat(response.content).jsonMatches("""
{
"id": "#uuid",
"title": "Example Book",
"price": "9.99",
"currency": "USD",
"amount": 10,
"timestamp": "#string"
}
""".trimIndent())
https://github.com/orangain/json-fuzzy-match