https://github.com/pkazenas/jsonschema4s
https://github.com/pkazenas/jsonschema4s
json jsonschema scala
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkazenas/jsonschema4s
- Owner: pkazenas
- License: mit
- Created: 2018-01-17T17:40:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T12:13:38.000Z (over 7 years ago)
- Last Synced: 2025-01-30T04:27:33.799Z (over 1 year ago)
- Topics: json, jsonschema, scala
- Language: Scala
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonschema4s
Library enabling json schema creation from scala case classes.
to use current stable version add it to your sbt project:
"pl.pkazenas" %% "jsonschema4s" % "0.1.5"
Limitations:
- Building schema for scala immutable.Map is not possible right now
- This library works for case classes only!