Skip to main content

JsToken

Assembly: ServiceStack.Common.dll
View Source
Declaration
public abstract class JsToken : IRawString

Methods

ToRawString()

View Source
Declaration
public abstract string ToRawString()
Returns

System.String

JsonValue(Object)

View Source
Declaration
public string JsonValue(object value)
Returns

System.String

Parameters
TypeName
System.Objectvalue

ToString()

View Source
Declaration
public override string ToString()
Returns

System.String

Evaluate(ScriptScopeContext)

View Source
Declaration
public abstract object Evaluate(ScriptScopeContext scope)
Returns

System.Object

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope

UnwrapValue(JsToken)

View Source
Declaration
public static object UnwrapValue(JsToken token)
Returns

System.Object

Parameters
TypeName
ServiceStack.Script.JsTokentoken

Implements