mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-06-13 08:01:26 +00:00
Selector struct 추가
This commit is contained in:
@ -36,7 +36,7 @@ function initEvent() {
|
||||
}
|
||||
|
||||
function read() {
|
||||
let ret = jsonpath.read(getTextarea().value, getJsonpathInput().value);
|
||||
let ret = jsonpath.select(getTextarea().value, getJsonpathInput().value);
|
||||
if(typeof ret === 'string') {
|
||||
getReadResult().innerText = ret;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user