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

https://github.com/halforbit/object-tools

A small collection of tools for manipulating objects.
https://github.com/halforbit/object-tools

Last synced: about 1 year ago
JSON representation

A small collection of tools for manipulating objects.

Awesome Lists containing this project

README

          

# Object Tools

This is a small collection of tools for manipulating objects.

- **[Invariant Extraction](Halforbit.ObjectTools/InvariantExtraction/invariant-extraction.md)** - Extract a typed object with the invariant values from a lambda expression.

- **[Object Build](Halforbit.ObjectTools/ObjectBuild/object-build.md)** - Build, clone, and mutate mutable and immutable objects.

- **[Object String Map](Halforbit.ObjectTools/ObjectStringMap/object-string-map.md)** - Use a text map to turn simple objects into strings and back again.

- **[Introducing `Name`](Halforbit.ObjectTools/Naming/introducing-name.md)** - Kick enums to the curb with url/path-friendly names that can be hierarchically nested.

## Nuget

[Halforbit.ObjectTools](https://www.nuget.org/packages/Halforbit.ObjectTools/) is available as a .NET Standard Nuget package:
```
Install-Package Halforbit.ObjectTools
```

![Build Status](https://ci.appveyor.com/api/projects/status/n78uarw5an8bm535?svg=true)