jsonpath-wasm 성능비교 추가

This commit is contained in:
freestrings
2019-03-08 17:27:24 +09:00
parent 873eebd157
commit ba57ae0ea5
25 changed files with 6210 additions and 29 deletions

View File

@ -1,4 +1,4 @@
import * as jsonpath from "jsonpath-wasm";
import * as jsonpath from "@browser/jsonpath-wasm";
function getTextarea() {
return document.querySelector('#json-example');