JSON: replace null for nil

nix
Gerard 5 years ago
parent d4049a4f6c
commit 473d6e3cdf

@ -46,6 +46,7 @@
$},{ if(inString.not){parsed[pos] = $)} } $},{ if(inString.not){parsed[pos] = $)} }
) )
}); });
parsed = parsed.replace("null","nil");
^this.toDict(parsed.interpret); ^this.toDict(parsed.interpret);
} }

Loading…
Cancel
Save