scala-jsonschema VS scala.meta

Compare scala-jsonschema vs scala.meta and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
scala-jsonschema scala.meta
2 2
119 1,087
- 0.6%
7.6 9.8
20 days ago 6 days ago
Scala Scala
GNU General Public License v3.0 or later BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

scala-jsonschema

Posts with mentions or reviews of scala-jsonschema. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-16.
  • Scala Library To Generate Case Classes for JSON
    8 projects | /r/scala | 16 Aug 2022
  • Refine types
    2 projects | /r/scala | 24 Aug 2021
    Love the code generation idea if they already have the schema. It saves a ton of time,, and with a well-defined schema validates at the input boundary, which, if you don't modify the input afterwards, is usually good enough. It's a good suggestion. OP - link (https://github.com/andyglow/scala-jsonschema).

scala.meta

Posts with mentions or reviews of scala.meta. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-16.
  • Scala Library To Generate Case Classes for JSON
    8 projects | /r/scala | 16 Aug 2022
    I just wrote a small generator for a personal project using scalameta. It might be worth doing just for the learning experience, I thought it was a blast to use.
  • Running tests from emacs
    1 project | /r/scala | 6 Apr 2022
    I have successfully installed metals on emacs as per the instructions on scalameta.org - things like syntax highlighting and jump to definiton work, and lsp-metals-doctor-run shows mostly green ticks.

What are some alternatives?

When comparing scala-jsonschema and scala.meta you can also consider the following projects:

kafka-manager - CMAK is a tool for managing Apache Kafka clusters

Shapeless - Generic programming for Scala

scala-newtype - NewTypes for Scala with no runtime overhead

Lamma - Lamma schedule generator for Scala is a professional schedule generation library for periodic schedules like fixed income coupon payment, equity deravitive fixing date generation etc.

guardrail - Principled code generation from OpenAPI specifications

Ammonite-Ops - Scala Scripting

quicktype - Generate types and converters from JSON, Schema, and GraphQL

Scala Async - An asynchronous programming facility for Scala

Argus - Builds models from JSON Schemas

Scalaz - Principled Functional Programming in Scala

enableIf.scala - A library that toggles Scala code at compile-time, like #if in C/C++

refined - Refinement types for Scala