Fix util.stringify for null objects.
jIO.util.stringify({y: null}) used to error. Now it behaves similarly to JSON.stringify, returning '{"y":null}'.
Showing
Please register or sign in to comment
jIO.util.stringify({y: null}) used to error. Now it behaves similarly to JSON.stringify, returning '{"y":null}'.