Helps with common JSON-related tasks.
static string Encode(string s)
Encodes a string for inclusion in JSON.
JsonEncode(ScriptNode Data, int Start, int Length, Expression Expression)
JsonEncode(Data)
override string FunctionName
Name of the function
override Task< IElement > EvaluateAsync(IElement Argument, Variables Variables)
Evaluates the function on a scalar argument.
override IElement Evaluate(IElement Argument, Variables Variables)
Evaluates the function on a scalar argument.