Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.22 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.22 KB

Ooak

C# implementation for type unions and oneOf/allOf/anyOf for JSON serialization/deserialization

It's actually split into two parts :

Packages

Ooak NuGet Package

Ooak.NewtonsoftJson NuGet Package

Ooak.SystemTextJson NuGet Package

Contributing

Nothing special to say here, just clone the repository and start hacking. Unit tests would be greatly appreciated 🙂

If you like the project, feel free to ❤Sponsor me

Trivia

Ooak is the abbreviation of One-Of-A-Kind. This library allows you to put several kind of data into one variable, which is what makes it unique 🙂