Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Jackson-module-scala Alternatives
Similar projects and alternatives to jackson-module-scala
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
jsoniter-scala
Scala macros for compile-time generation of safe and ultra-fast JSON codecs + circe booster
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
requests-scala
A Scala port of the popular Python Requests HTTP client: flexible, intuitive, and straightforward to use.
-
sbt-json
sbt plugin that generates Scala case classes for easy, statically typed and implicit access of JSON data e.g. from API responses
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
jackson-module-scala discussion
jackson-module-scala reviews and mentions
-
Scala Custom JSON codec Help
The other comment is asking the right questions. But also how is it failing? Do you have an error message? Is JsonUtil part of Jackson? Do you need to be using https://github.com/fasterxml/jackson-module-scala with an object mapper?
-
Issues in parsing JSON in Scala using Jackson library
As a workaround you can turn on ignoring of unknown properties on the level of object mapper instance like here, but beware in case your system accepts an untrusted input because it turns on DoS vulnerability.
-
Every time I sit down to use an HTTP client and JSON parser, I get really frustrated
The simplest JSON parsing library is Jackson.
-
How to transition to Scala 3?
https://github.com/FasterXML/jackson-module-scala specifically
-
Performance of 12 JSON parsers for Scala
I've updated results of benchmarks of 12 JSON parsers for Scala: - AVSystem's scala-commons - Borer - Circe - DSL-JSON - Jackson - jsoniter-scala - Play-JSON, - play-json-jsoniter - Spray-JSON - uPickle - weePickle - zio-json
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 18 Mar 2025
Stats
FasterXML/jackson-module-scala is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of jackson-module-scala is Scala.
Popular Comparisons
- jackson-module-scala VS json4s
- jackson-module-scala VS spray-json
- jackson-module-scala VS circe
- jackson-module-scala VS Play JSON
- jackson-module-scala VS diffson
- jackson-module-scala VS argonaut
- jackson-module-scala VS jsoniter-scala
- jackson-module-scala VS sbt-json
- jackson-module-scala VS jawn
- jackson-module-scala VS scala-jsonapi