|
|
|
|
|
by radicality
1521 days ago
|
|
For a moment I thought that this is `glom`, which is also a tool I can recommend if you need to be doing any json processing in python (comes with a cli too). It does have a relatively steep learning curve for the advanced features, but does allow you to do interesting things like concisely write recursive parsers in the mini-dsl Glom provides. https://glom.readthedocs.io/en/latest/ |
|