openclover / clover

This repository contains source code of OpenClover Core as well as its integrations: Clover-for-Ant, Clover-for-Eclipse and Clover-for-IDEA plugins. Sources are licensed under Apache 2.0 license.
Other
57 stars 14 forks source link

Remove Gson library #258

Closed marek-parfianowicz closed 2 days ago

marek-parfianowicz commented 3 days ago

It's used only in one place - RenderTreeMapJsonAction - to generate a very simple JSON file.

By writing a simple JSON serializer for Node class we can get rid of this old third party library.