Click or drag to resize

JsonGeneratorOnValue Method

Method called when the value of the current pair is resolved.

Namespace:  Syntactik.Compiler.Generator
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public override void OnValue(
	string value,
	ValueType type
)

Parameters

value
Type: SystemString
String representing the value of the current pair.
type
Type: Syntactik.DOM.MappedValueType
Type of value.
See Also