Remove a Gson dependency
Jackson is already shipped with Spring Boot, so we can reuse it instead of introducing a new JSON dependency. Jackson also provides an API which allows to work with JSON objects represented as `File` without converting them to streams or strings.
Loading
Please sign in to comment