Package dev.webfx.platform.ast.yaml
Class Yaml
java.lang.Object
dev.webfx.platform.ast.yaml.Yaml
- Author:
- Bruno Salmon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatNode
(ReadOnlyAstNode node) static <T> T
static ReadOnlyAstArray
parseArray
(String text) static ReadOnlyAstObject
parseObject
(String text)
-
Constructor Details
-
Yaml
public Yaml()
-
-
Method Details
-
parseObject
-
parseArray
-
parseAny
-
formatNode
-