Class YamlConverter


  • public class YamlConverter
    extends Object
    A converter for converting YAML to JSON, vice versa
    Since:
    3.0.0
    • Method Detail

      • convertYamlToJson

        public static String convertYamlToJson​(Reader yamlReader)
        Convert yaml to json
        Parameters:
        yamlReader - the reader of yaml
        Returns:
        the text of json
      • convertJsonToYaml

        public static String convertJsonToYaml​(Reader jsonReader)
        Convert json to yaml
        Parameters:
        jsonReader - the reader of json
        Returns:
        the text of yaml