logstash-json icon indicating copy to clipboard operation
logstash-json copied to clipboard

Optional JSON library selection

Open icehaunter opened this issue 5 years ago • 1 comments

Phoenix and may others now don't use JSON encoding libraries implicitly, instead allowing for configuration via config.exs. This is great, because it allows to use on package across the whole application instead of use multiple variations of the same.

I think this library would benefit from switching to a similar approach, to drop explicit dependency on Poison in favor of config option.

Thanks a lot for a great library!

icehaunter avatar Mar 12 '20 11:03 icehaunter

It looks like this can be closed from this commit: https://github.com/svetob/logstash-json/commit/81d69a1d429b4eb36c5f3cd7943b5bdcce3ab1cf

mraaroncruz avatar Nov 19 '21 14:11 mraaroncruz