json-schema-to-case-class icon indicating copy to clipboard operation
json-schema-to-case-class copied to clipboard

A library that converts JSON Schema to Scala Case Classes

Results 4 json-schema-to-case-class issues
Sort by recently updated
recently updated
newest added

Create plugins for: 1. IntelliJ 2. VS Code

tools

`if-then-else` compositions are currently ignored. Since we can't have types based on a condition, the expectation here is that the resulting case class will have all possible fields with validations...

Currently there are 3 options: - Use `Option[]` for optional parameters - Use `Option[]` for all parameters - Do not use `Option[]` Could you please add 4th one to avoid...

As Enumerations have changed in Scala 3 and also the coding style (no brackets) - it would be cool to switch between Scala 3 and Scala 2 Output.