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
| Type | Name | 
|---|---|
| System.Object | value | 
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
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
UnwrapValue(JsToken)
View Source
Declaration
public static object UnwrapValue(JsToken token)
Returns
System.Object
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Script.JsToken | token |