Post #2261676
2026-03-08 05:56 UTC
@zauberlaus@chaos.social It is one of a few stdlib modules that have added command-line functionality, along with uuid, random, sqlite3, etc. json is a little different because it previously released the json.tool command-line function, but now in 3.14 it is exposed as just json, so `python -m json` - a Python version of jq.
Replies (1)
-
@zauberlaus@chaos.social 2026-03-08 05:57
@ptmcg@fosstodon.org duh thanks didn’t read it that way - neat!