Show / Hide Table of Contents

Class JsonTools

Contains some tools for json.

Inheritance
System.Object
JsonTools
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class JsonTools

Methods

Escape(String)

Escape a string.

Declaration
public static string Escape(string s)
Parameters
System.String s

Returns
System.String

Back to top Built by Itinero, MIT licensed.