I’m currently aware of two tools:
-
base64 encoder/decoder:
python -m base64 -e <input
python -m base64 -d <input -
json validator and pretty printer
python -m json.tool <input
where input can be stdin or file.
I’m curious if there are other tools exposed by SPL that work in similar fashion?
Many.
Not all work as a filter though, so examine the module in question before running.