Skip to main content

JSON

Assembly: ServiceStack.Common.dll
View Source
Declaration
public static class JSON

Methods

parse(String)

View Source
Declaration
public static object parse(string json)
Returns

System.Object

Parameters
TypeName
System.Stringjson

parseSpan(ReadOnlySpan<Char>)

View Source
Declaration
public static object parseSpan(ReadOnlySpan<char> json)
Returns

System.Object

Parameters
TypeName
ReadOnlySpan<System.Char>json

stringify(Object)

View Source
Declaration
public static string stringify(object value)
Returns

System.String

Parameters
TypeName
System.Objectvalue