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 StringformatNode(ReadOnlyAstNode node) static <T> Tstatic ReadOnlyAstArrayparseArray(String text) static ReadOnlyAstObjectparseObject(String text)
-
Constructor Details
-
Yaml
public Yaml()
-
-
Method Details
-
parseObject
-
parseArray
-
parseAny
-
formatNode
-