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
Type | Name |
---|---|
System.String | json |
parseSpan(ReadOnlySpan<Char>)
View Source
Declaration
public static object parseSpan(ReadOnlySpan<char> json)
Returns
System.Object
Parameters
Type | Name |
---|---|
ReadOnlySpan<System.Char> | json |
stringify(Object)
View Source
Declaration
public static string stringify(object value)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Object | value |