https://github.com/scalapb-json/scalapb-json-common
common classes for scalapb-json libraries
https://github.com/scalapb-json/scalapb-json-common
json protobuf scala scala-js scala-native scalapb
Last synced: 6 months ago
JSON representation
common classes for scalapb-json libraries
- Host: GitHub
- URL: https://github.com/scalapb-json/scalapb-json-common
- Owner: scalapb-json
- License: mit
- Created: 2018-01-03T02:53:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-26T21:53:33.000Z (7 months ago)
- Last Synced: 2025-11-29T17:22:09.049Z (7 months ago)
- Topics: json, protobuf, scala, scala-js, scala-native, scalapb
- Language: Scala
- Homepage:
- Size: 416 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# scalapb-json-common
[](https://javadoc.io/doc/io.github.scalapb-json/scalapb-json-common_3/latest/api/scalapb_json.html)
## Dependency
Include in your `build.sbt` file
### core
```scala
libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-common" % "0.10.0"
```
for scala-js
```scala
libraryDependencies += "io.github.scalapb-json" %%% "scalapb-json-common" % "0.10.0"
```
### macros
```scala
libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-macros" % "0.10.0"
```
```scala
libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-macros-java" % "0.10.0"
```