io.hyperfoil.tools.parse.yaml.JsonConverterConstruct Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parse Show documentation
Show all versions of parse Show documentation
Use regex patterns and rules to build json from text files
package io.hyperfoil.tools.parse.yaml;
import org.yaml.snakeyaml.nodes.Node;
import io.hyperfoil.tools.yaup.yaml.DeferableConstruct;
public class JsonConverterConstruct extends DeferableConstruct {
@Override
public Object construct(Node node) {
return null;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy