Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.