AbsaOSS / balta

Scala library to write Postgres DB code tests with
Apache License 2.0
3 stars 0 forks source link

Add JsonBString comparison function #3

Open benedeki opened 12 months ago

benedeki commented 12 months ago

Background

JsonBString represents JSON to be sent or retrieved from the DB. But the DB doesn't guarantee the order of the keys.

Feature

Create a function that compares two JsonBString instances logically, not by order of characters in the string.

benedeki commented 2 months ago

JsonBString is deprecated replaced with SimpleJsonString. For comparison let's user Circe