Serializes a value to JSON with recursively sorted object keys, ensuring deterministic
string representations across runs regardless of property insertion order.
Parameters
value: unknown
Value to serialize
Optionalspace: string|number
Optional indentation (e.g. 2 for pretty-printed JSON)
Serializes a value to JSON with recursively sorted object keys, ensuring deterministic string representations across runs regardless of property insertion order.