Update to v13 and add queue and completely change code
This commit is contained in:
parent
dcef23d0ed
commit
55a38726a3
6706 changed files with 424137 additions and 61608 deletions
32
node_modules/jsonpath-plus/demo/index.html
generated
vendored
Normal file
32
node_modules/jsonpath-plus/demo/index.html
generated
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>JSONPath Demo</title>
|
||||
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon" />
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h2>JSONPath Demo <i id="demoNode">(To demo on Node instead, see the <a href="https://npm.runkit.com/jsonpath-plus">library on Runkit</a>.)</i>
|
||||
</h2>
|
||||
<form>
|
||||
<div>
|
||||
<label><b>JSONPath:</b>
|
||||
<input id="jsonpath" placeholder="$.books" />
|
||||
</label>
|
||||
</div>
|
||||
<div id="jsonSampleContainer" class="container">
|
||||
<label><b>JSON sample:</b>
|
||||
<textarea id="jsonSample" placeholder="{"books": []}"></textarea>
|
||||
</label>
|
||||
</div>
|
||||
<div id="resultContainer" class="container">
|
||||
<label><b>Results:</b>
|
||||
<textarea id="results"></textarea>
|
||||
</label>
|
||||
</div>
|
||||
</form>
|
||||
<script src="../dist/index-browser-umd.js"></script>
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue