all tests green, some dissabled

This commit is contained in:
Misko Hevery
2010-03-31 13:57:25 -07:00
parent b5b8f63e1e
commit 35a9108500
13 changed files with 142 additions and 156 deletions

View File

@@ -11,6 +11,7 @@ function toPrettyJson(obj) {
};
function fromJson(json) {
if (!json) return json;
try {
var parser = new Parser(json, true);
var expression = parser.primary();