tomnomnom / gron

Make JSON greppable!
MIT License
13.83k stars 327 forks source link

Make it possible to process yaml instead of json #74

Open tumdum opened 4 years ago

tumdum commented 4 years ago

Adds new flag that tells gron to treat input as a yaml instead of json. So that I don't have to use external tools to convert to json first :)

FreedomBen commented 3 years ago

Implementation like clean, and it even has tests. I hope a maintainer will consider merging this.

jmcantrell commented 3 years ago

Adds new flag that tells gron to treat input as a toml instead of json. So that I don't have to use external tools to convert to json first :)

Title/code says yaml, but you say toml. The ability to process toml as well too would be nice, though.