Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T10:50:26.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T00:26:22.406Z (8 months ago)
- Topics: helper, json, utils
- Language: Pascal
- Homepage:
- Size: 68.4 KB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delphi Utils
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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.