Just came across <https://github.com/tomnomnom/gro...
# klaxon
c
Just came across https://github.com/tomnomnom/gron/ and I was wondering if I shouldn’t provide something similar with Klaxon
g
Haa! Nice tool. How do you plan to add such feature to Klaxon? Provide a parser hat returns similar output?
c
Klaxon already supports JSONPath so it would be trivial really
g
So return a map of JSONPath to value after parsing? Actually such solution with Kotlin script would be much better than a pipe of grep/sed calls