Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A serialization unit test was failing with ``` Unexpected JSON token at offset 170: Expected start of the array '[', but had '[' instead at path: $.nuts['4'].methods[0] ``` because response structure is different from the one used by `Nut`. Fix by introducing a `Method` model type as part of a `Nul` type matching actual json response structure.
- Loading branch information