Notably one challenge with sha256ing JSON is that JSON objects can be equivalent in a JSON sense but not in a byte wise sense because the order of keys does not matter for object equivalence, but will produce different hashes.
Is the whole JSON object relevant for uniqueness or just some value inside of it?


















