blob: 50abe886a8a54100b1d528234c704eedb57b75c5 (
plain) (
blame)
1
2
3
4
5
6
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.
|