We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b9df8 commit ffe00ceCopy full SHA for ffe00ce
lib/get.ts
@@ -20,7 +20,6 @@ export function get<T = any>(data: JsonData, pointer: JsonPointer | JsonPath, de
20
if (isRoot(pointer)) {
21
return data;
22
}
23
- console.log(pointer, "»", split(pointer));
24
const result = run(data, split(pointer));
25
if (result === undefined) {
26
return defaultValue;
0 commit comments