if (walk.at("{")) {
      walk.skip(1); // [
      var endType = walk.indexOf("}");
      if (endType === null) {
        pushClosingBracketAfterEmitting = true;