Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fslev committed Apr 28, 2024
1 parent 5431745 commit dbf5a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ compile 'com.github.fslev:json-compare:<version.from.maven.central>'
```

### Match any JSON convertible Java objects
JSONCompare will automatically try to convert any given expected or actual Java objects to Jackson JsonNodes and match them.
JSONCompare will automatically try to convert any given expected or actual Java objects to [Jackson JsonNode](https://fasterxml.github.io/jackson-databind/javadoc/2.7/com/fasterxml/jackson/databind/JsonNode.html)s and match them.
```javascript
// expected as String with regex
String expectedString = "{\"a\":1, \"b\": [4, \"ipsum\", \"\\\\d+\"]}";
Expand Down

0 comments on commit dbf5a85

Please sign in to comment.