A simple plugin for converting Java bean to Json
Add generic types support.
Usages:
- Open any java code file in idea.
- Right click the class name or java type to open the context menu.
- Click the `MyPojoToJson` item in the context menu.
- The json string relative to the java bean will be copied to your system clipboard automatically.
- tips: You can use the hot key instead, default is alt + X.
Ideas and partial realization from https://github.com/organics2016/pojo2json Thanks to the developer @organics2016