We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
JsonBString is deprecated replaced with SimpleJsonString. For comparison let's user Circe
SimpleJsonString
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: