Skip to content

Commit

Permalink
parse null objects
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho committed Aug 9, 2023
1 parent 8039058 commit 2160e51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ function extract(conn, xpc_object, dict) {
ret.push(el);
}
return ret;
case "null":
return "null-object";
default:
return {};
}
Expand Down

0 comments on commit 2160e51

Please sign in to comment.