DORSETRIGS
Home

circe (3 post)


posts by category not found!

Saving date objects in MongoDb from Scala.js

Saving Date Objects in Mongo DB from Scala js A Comprehensive Guide When working with databases in web applications managing date objects is often crucial In th

2 min read 28-09-2024 32
Saving date objects in MongoDb from Scala.js
Saving date objects in MongoDb from Scala.js

Scala circe: encode List to json as flat string

Scala Circe Encoding a List to JSON as a Flat String When working with JSON in Scala Circe is a powerful library that allows you to encode and decode data struc

2 min read 02-09-2024 39
Scala circe: encode List to json as flat string
Scala circe: encode List to json as flat string

How to provide a generic Circe Decoder for a Scala 3 Enum Values?

A Generic Circe Decoder for Scala 3 Enum Values Streamlining Your Code When working with Scala 3 enums and Circe for JSON serialization and deserialization you

2 min read 30-08-2024 53
How to provide a generic Circe Decoder for a Scala 3 Enum Values?
How to provide a generic Circe Decoder for a Scala 3 Enum Values?