Json Unit Mocker is simple tool that read in the classpath (or in the specified path) JSON files and convert it to objects, you will can use this objects in yours unit and integration tests.
- You write a JSON mock
- The API read the mock and convert it to the object that you specify
- You cant use this converted objects in yours tests
For examples please read/run the tests in the project