https://github.com/frawa/typed-json
https://github.com/frawa/typed-json
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frawa/typed-json
- Owner: frawa
- License: apache-2.0
- Created: 2021-06-20T19:12:47.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-21T04:15:49.000Z (6 months ago)
- Last Synced: 2024-10-21T07:15:11.948Z (6 months ago)
- Language: Scala
- Size: 7.31 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typed Json

[](https://index.scala-lang.org/frawa/typed-json/typed-json)
[](https://index.scala-lang.org/frawa/typed-json/typed-json)
[](https://index.scala-lang.org/frawa/typed-json/typed-json)[](https://scala-steward.org)
Validating Json against Json Schema in Scala.
The purpose of this library is twofold:
- Propose a Scala solution to validate Json data against schemas.
- Assist in editing Json data with errors and suggestions, try the [sample web editor](https://frawa.github.io/typed-json).The library is designed to integrate with any Json parser, example integrations exist for
- [typelevel/jawn](https://github.com/typelevel/jawn)
- [zio-json](https://zio.github.io/zio-json)Validation will be compliant to specs as covered by [json-schema-org/JSON-Schema-Test-Suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite). For now it supports only `draft-2020-12` with some optional features.