Syntactik.NET Documentation
Syntactik.NET Documentation
API Reference
Syntactik.Compiler.Generator
JsonGenerator Class
JsonGenerator Methods
CheckBlockStartForAlias Method
EnterChoiceContainer Method
OnValue Method
ResolveChoiceValue Method
Visit Method
JsonGenerator
OnValue 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#
Copy
public
override
void
OnValue
(
string
value
,
ValueType
type
)
Parameters
value
Type:
System
String
String representing the value of the current pair.
type
Type:
Syntactik.DOM.Mapped
ValueType
Type of value.
See Also
Reference
JsonGenerator Class
Syntactik.Compiler.Generator Namespace
Send comments on this topic to
info@syntactik.com