diff options
Diffstat (limited to 'devel/py-condense-json/pkg-descr')
-rw-r--r-- | devel/py-condense-json/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/py-condense-json/pkg-descr b/devel/py-condense-json/pkg-descr new file mode 100644 index 000000000000..50abe886a8a5 --- /dev/null +++ b/devel/py-condense-json/pkg-descr @@ -0,0 +1,7 @@ +condense-json is a Python library that provides functionality for condensing +JSON data using replacement strings. It helps reduce the size of JSON output +by replacing repeated patterns with shorter representations. + +This is useful for generating more compact JSON output while maintaining +the ability to expand it back to its original form when needed, for example +when interacting with large language models. |