| Interface | Description |
|---|---|
| JsonUtil |
Utility methods for getting JSON content loaded from
the filesystem, the classpath, or in memory Strings.
|
| Class | Description |
|---|---|
| ArrayOrderObliviousDiffy |
Subclass of Diffy that does not care about JSON Array order.
|
| Diffy |
JSON Diff tool that will walk two "JSON" objects simultaneously and identify mismatches.
|
| Diffy.Result |
Contains the unmatched fields from the Diffy operation.
|
| JsonUtilImpl |
Implementation of JsonUtil that allows the user to provide a configured
Jackson ObjectMapper.
|
| JsonUtils |
Static method convenience wrappers for a JsonUtil configured with a minimal ObjectMapper.
|
Copyright © 2023. All rights reserved.