https://github.com/flobernd/delphi-utils
A collection of useful Delphi functions- and classes
https://github.com/flobernd/delphi-utils
helper json utils
Last synced: 9 months ago
JSON representation
A collection of useful Delphi functions- and classes
- Host: GitHub
- URL: https://github.com/flobernd/delphi-utils
- Owner: flobernd
- License: mit
- Created: 2017-01-19T11:17:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T10:50:26.000Z (over 4 years ago)
- Last Synced: 2025-04-14T11:05:56.969Z (about 1 year ago)
- Topics: helper, json, utils
- Language: Pascal
- Homepage:
- Size: 68.4 KB
- Stars: 18
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delphi Utils
[](https://opensource.org/licenses/MIT)
A collection of useful Delphi functions- and classes
## Table of contents
### [AtomicTypes](https://github.com/flobernd/delphi-utils/wiki/AtomicTypes)
Atomic boolean/numeric/enum/set types
### [Comparator](https://github.com/flobernd/delphi-utils/wiki/Comparator)
Helper classes for custom object-comparison implementations
### [Container](https://github.com/flobernd/delphi-utils/wiki/Container)
Helper classes for the generic container classes `TArray` and `TList`
### [JSON](https://github.com/flobernd/delphi-utils/wiki/JSON)
Helper classes- and functions for the JSON Objects Framework (`System.JSON`)
- Type-safe reading & writing with support for default values and chaining
- Formatting
## License ##
Licensed under the MIT License. Dependencies are under their respective licenses.