zabbix-sender icon indicating copy to clipboard operation
zabbix-sender copied to clipboard

Support Jackson for JSON

Open cemo opened this issue 8 years ago • 1 comments

Hi, thanks for sharing. Is it possible to use Jackson instead of AliBaba JSON Library. Supporting both of them might be a good idea as well. One can check that which Library is available in classpath and can use it as a JSON converter. What do you think?

cemo avatar Aug 08 '16 13:08 cemo

FastJSON is one of the fastest json libraires.

Zabbix-sender is a smiple project, I want keep it simple.

So I will not support both Jackson and FastJSON.

hengyunabc avatar Aug 11 '16 12:08 hengyunabc