is JsonElement appropriate for comparing arbitrary JSON strings for equality? It seems to work fine but I haven't done any kind of exhaustive testing, wondering if anyone else has used it for that
b
bsimmons
07/13/2020, 2:02 PM
I am using
jsonElementA.equals(jsonElementB)
for testing highly nested JSON of up to 100 lines. It's working exactly for me.