Skip to content

castocolina/json2yaml

Repository files navigation

json2yaml

Gradle plugin for JSON to YAML tranformation

Step 1

Apply the plugin

plugins {
    id('json2yaml')
}

Step 2

Set input and output file

json2yaml.inputFile = project.file('sample.json')
json2yaml.outputFile = project.file('output.yaml')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages