-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Einstellung, JSON-Strings zu komprimieren, hinzugefügt
Es wurde die Einstellungsmöglichkeit compressedJson hinzugefügt. Diese ist standardmäßig auf false gesetzt. Sie bestimmt, ob die generierten JSON-Strings komprimiert sein sollen. Dies ist hilfreich, falls man z.B. das generierte JSON in einer Datenbank mit begrenztem Speicherplatz speichern möchte. Da Leerzeichen beim Lesen des generierten JSON-Strings (außer in Schlüsseln oder Werten) ignoriert werden, kann ein komprimierter JSON-String gleich deserialisiert werden.
- Loading branch information
Showing
4 changed files
with
60 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters