Chiron by Andrew Cherry,Michael Newton,Henrik Feldt,Marcus Griep,Tony Williams

<PackageReference Include="Chiron" Version="7.0.0-beta-180105" />

 JsonFailureReason

public static class Tags

public static JsonFailureReason NoInput { get; }

public bool IsDeserializationError { get; }

public bool IsInvalidJson { get; }

public bool IsNoInput { get; }

public bool IsOtherError { get; }

public bool IsPropertyNotFound { get; }

public bool IsTypeMismatch { get; }

public int Tag { get; }

public static JsonFailureReason NewDeserializationError(Type _targetType, Exception _err)

public static JsonFailureReason NewInvalidJson(string _err)

public static JsonFailureReason NewPropertyNotFound(string _name)