Utility service for transforming an AstNode into a JSON string and vice versa.
AstNode
Deserialize (parse) a JSON string into an AstNode.
string
Optional
Serialize an AstNode into a JSON string.
The AstNode to be serialized.
Serialization options
Utility service for transforming an
AstNode
into a JSON string and vice versa.