Skip to content

Commit

Permalink
jsonOrJsonbArrayGet
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel committed Jul 11, 2024
1 parent f7b6bdd commit b02ef12
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ package object implicits {
}
}

// to be used for both json[] and jsonb[] as it handles well both and we want to avoid collision
// when resolving implicits
implicit val jsonOrJsonbArrayGet: Get[List[Json]] = {
Get.Advanced
.other[PgArray](
Expand Down

0 comments on commit b02ef12

Please sign in to comment.