Class JSONParser
Inheritance
System.Object
JSONParser
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TinyJson
Assembly: SIPSorcery.dll
Syntax
public static class JSONParser
Methods
| Improve this Doc View SourceFromJson<T>(String)
Declaration
public static T FromJson<T>(this string json)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | json |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |