dflemstr / rq

Record Query - A tool for doing record analysis and transformation
Apache License 2.0
2.28k stars 57 forks source link

JSON5 support? #199

Open vi opened 5 years ago

vi commented 5 years ago

I see there is a JSON5 module for serde. Shall rq support it then?

jcaesar commented 1 year ago

There are several, actually. Adding a new format is pretty easy, I'd do it, but it seems that those crates don't support pretty output, they just produce normal JSON, so it'd be a bit boring. Am I wrong about that?