Skip to content

Json/Protobuf convertors for ScalaPB use circe

License

Notifications You must be signed in to change notification settings

showmant/scalapb-circe

 
 

Repository files navigation

scalapb-circe Build Status

scaladoc

The structure of this project is hugely inspired by scalapb-json4s

Dependency

Include in your build.sbt file

core

libraryDependencies += "io.github.scalapb-json" %% "scalapb-circe" % "0.4.2"

for scala-js

libraryDependencies += "io.github.scalapb-json" %%% "scalapb-circe" % "0.4.2"

macros

libraryDependencies += "io.github.scalapb-json" %% "scalapb-circe-macros" % "0.4.2"

for ScalaPB 0.7.x

see https://github.com/scalapb-json/scalapb-circe/tree/0.2.x

Usage

There are four functions you can use directly to serialize/deserialize your messages:

JsonFormat.toJsonString(msg) // returns String
JsonFormat.toJson(msg) // returns Json

JsonFormat.fromJsonString(str) // return MessageType
JsonFormat.fromJson(json) // return MessageType

Credits

About

Json/Protobuf convertors for ScalaPB use circe

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%