Show / Hide Table of Contents

Class JSONWriter

Inheritance
System.Object
JSONWriter
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 JSONWriter

Methods

| Improve this Doc View Source

ToJson(Object)

Declaration
public static string ToJson(this object item)
Parameters
Type Name Description
System.Object item
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX