What steps will reproduce the problem (two test cases)?
tc 1. JSON.toString(null);
tc 2. JSON.toString({o:null});
What is the expected output?
tc 1. "null"
tc 2. "{o:null}"
What do you see instead?
tc 1. "{}"
tc 2. "{o:{}}"
I will create testscripts for json, but I ran into this one by accident.
Original issue reported on code.google.com by doek...@gmail.com on 4 Jul 2007 at 1:49
Original issue reported on code.google.com by
doek...@gmail.com
on 4 Jul 2007 at 1:49