项目作者: nyango

项目描述 :
converts from yaml to json and from json to yaml, json <=> yaml for Scala
高级语言: Scala
项目地址: git://github.com/nyango/format-converter.git
创建时间: 2017-03-27T02:17:34Z
项目社区:https://github.com/nyango/format-converter

开源协议:MIT License

下载


FormatConverter(Yaml to Json, Json to Yaml) Build Status

Scala wrapper for MoultingYAML and Play JSON,
in order to convert from yaml to json, and vice versa.

How to use

When you use it in Scala, add some words as below.

  1. lazy val yourProject = Project(...
  2. ).dependsOn(ProjectRef(uri("git://github.com/nyango/format-converter.git#v0.1.1"), "root"))