Skip to content

Latest commit

 

History

125 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure.Serialization.Json

JSON serialization utilities for the Pure ecosystem.

.NET build & test Build and Deploy NuGet License: MIT

Overview

Pure.Serialization.Json provides shared JSON serialization utilities and helpers for the Pure ecosystem. It builds on System.Text.Json and is fully AOT-compatible.

Design Principles

  • AOT-compatible — fully compatible with Native AOT compilation; no runtime reflection.
  • Composable — utilities integrate cleanly with other Pure serialization packages.

About

JSON serialization utilities for the Pure ecosystem.

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Generated from kudima03/Pure.Template