Recursively sorts all keys in an object and nested objects/arrays. Arrays are preserved in order, but objects within arrays are sorted.
The value to normalize (can be any JSON-compatible value)
The normalized value with sorted object keys
Recursively sorts all keys in an object and nested objects/arrays. Arrays are preserved in order, but objects within arrays are sorted.