This package helps transform an input JSON (as Python dict) into another JSON (also dict) using provided schema. The main goal behind this package was to enable proxying requests between two systems.
You've got a Python dictionary that was printed to a log file. You want to run it through JSON tools, like jq but it's not actually JSON. This command line tool allows you to convert that file to JSON ...