Open benedeki opened 12 months ago
JsonBString represents JSON to be sent or retrieved from the DB. But the DB doesn't guarantee the order of the keys.
JsonBString
Create a function that compares two JsonBString instances logically, not by order of characters in the string.
JsonBString is deprecated replaced with SimpleJsonString. For comparison let's user Circe
SimpleJsonString
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.