Fix util.stringify for null objects.
jIO.util.stringify({y: null}) used to error. Now it behaves similarly to JSON.stringify, returning '{"y":null}'. /reviewed-on nexedi/jio!80
Showing
Please register or sign in to comment
lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours
jIO.util.stringify({y: null}) used to error. Now it behaves similarly to JSON.stringify, returning '{"y":null}'. /reviewed-on nexedi/jio!80