Show / Hide Table of Contents

Class JsonExtensions

Inheritance
object
JsonExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class JsonExtensions

Methods

GetSystemType(JsonValueKind)

Declaration
public static Type GetSystemType(this JsonValueKind valueKind)
Parameters
Type Name Description
JsonValueKind valueKind
Returns
Type Description
Type

GetSystemType(JsonValueKind, object)

Declaration
public static Type GetSystemType(this JsonValueKind valueKind, object value)
Parameters
Type Name Description
JsonValueKind valueKind
object value
Returns
Type Description
Type

GetValue(JsonElement)

Declaration
public static object GetValue(this JsonElement jsonElement)
Parameters
Type Name Description
JsonElement jsonElement
Returns
Type Description
object
☀
☾
Back to top Generated by DocFX