[ forky ]
[ sid ]
[ 源代码: python-condense-json ]
软件包:python3-condense-json(0.1.3-2)
python3-condense-json 的相关链接
Debian 的资源:
下载源码包 python-condense-json:
- [python-condense-json_0.1.3-2.dsc]
- [python-condense-json_0.1.3.orig.tar.gz]
- [python-condense-json_0.1.3-2.debian.tar.xz]
维护者:
相似软件包:
Python function for condensing JSON using replacement strings
The `condense_json` function searches a JSON-like object for strings that contain specified replacement substrings. It replaces these substrings with a compact representation, making the JSON more concise.
This is mostly used as a dependency for the llm package.