is it possible to get raw HLL object as result of json facet instead of getting cardinality?
I tried to build custom json facet to return raw value as external Jar but attempt was unsuccessful as JSON facet has some classes with default scope and I get IllegalAccessException (RunTimeException) if I try to use those classes in external Jar