mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-06-15 09:01:28 +00:00
jsonpath-wasm publish
This commit is contained in:
@ -42,7 +42,7 @@ function getJson() {
|
||||
}
|
||||
const path = '$..book[?(@.price<30 && @.category=="fiction")]';
|
||||
const jp = require('jsonpath');
|
||||
const jpw = require('@nodejs/jsonpath-wasm');
|
||||
const jpw = require('jsonpath-wasm');
|
||||
const jpwRs = require('jsonpath-rs');
|
||||
|
||||
function jsonpath() {
|
||||
|
Reference in New Issue
Block a user