Skip to content

jio.util.stringify: Add support for undefined values

Cédric Le Ninivin requested to merge cedric.leninivin/jio:stringify into master

jIO.util.stringify was raising if the value of an object was undefined, this changes fix it and provides the same behaviour as the standard JSON.stringify

Merge request reports