Show / Hide Table of Contents

Class JsonExtensionsWeb

Inheritance
object
JsonExtensionsWeb
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public static class JsonExtensionsWeb

Methods

FromJson(string, Type)

Declaration
public static object FromJson(this string json, Type type)
Parameters
Type Name Description
string json
Type type
Returns
Type Description
object

FromJsonString(string, Type)

Declaration
public static object FromJsonString(string json, Type type)
Parameters
Type Name Description
string json
Type type
Returns
Type Description
object

FromJson<TType>(string)

Declaration
public static TType FromJson<TType>(this string json)
Parameters
Type Name Description
string json
Returns
Type Description
TType
Type Parameters
Name Description
TType

ToJson(object)

Declaration
public static string ToJson(this object value)
Parameters
Type Name Description
object value
Returns
Type Description
string

ToJsonString(object)

Declaration
public static string ToJsonString(object value)
Parameters
Type Name Description
object value
Returns
Type Description
string
Back to top by the community, for the community... #DNNCMS