<PackageReference Include="System.Text.Json" Version="7.0.0-preview.7.22375.6" />
JsonPropertyInfo
Provides JSON serialization-related metadata about a property or field.
public Func<
object,
object>
Get {
get;
set; }
public string Name {
get;
set; }
public int Order {
get;
set; }
public Action<
object,
object>
Set {
get;
set; }