An open API service indexing awesome lists of open source software.

https://github.com/pkazenas/jsonschema4s


https://github.com/pkazenas/jsonschema4s

json jsonschema scala

Last synced: 3 months ago
JSON representation

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!