In ruby if you have the right json schema set up it works. I'm not sure I completely grok yet how the data extractors would work on the ruby side yet though.
Data Extractors usually need support from the extension. But you can configure how to construct the expression that is sent to the debugger to be evaluated. By default, it is `x => x`, but you could do `x => extract_json(x)`.
Data Extractors would also allow to offer alternative extraction options (like how visualization data should be constructed from the given value).
The user can then select an alternative data extractor.
The `expressionTemplate` does not allow to do that yet.
If somebody is interested in implementing data extractors for Ruby, I can offer help!
https://i.imgur.com/84mgPdF.jpg