Class FromJsonFunction
- Namespace
- StepLang.Framework.Conversion
- Assembly
- StepLang.dll
public class FromJsonFunction : GenericFunction<StringResult>
- Inheritance
-
FromJsonFunction
- Inherited Members
Constructors
FromJsonFunction()
public FromJsonFunction()
Fields
Identifier
public const string Identifier = "fromJson"
Field Value
Properties
NativeParameters
protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }
Property Value
ReturnTypes
protected override IEnumerable<ResultType> ReturnTypes { get; }
Property Value
Methods
Invoke(TokenLocation, Interpreter, StringResult)
protected override ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter, StringResult argument1)
Parameters
callLocation
TokenLocationinterpreter
Interpreterargument1
StringResult