JSON pointer: Difference between revisions

 
Line 726:
 
if(scalar @tokens < 1) {
# Empty token should be a key in the hash
if (exists $current_node->{''}) {
$current_node = $current_node->{''};
} else {
return "Error: Key '' (empty token) not found.";
}
}
}
8

edits