Can I compare two identical data-only objects from two different JS engines that are converted to strings using JSON.stringify?
Will they have different amounts of white space/escape characters/orders, or be identical character for character?
Does the JS language spec define a exact standard for JSON.stringify'd data?
Im only interested in modern JS engines (2016+).