jsonpath_lib-fl 0.3.7

It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript too. - Webassembly Demo: https://freestrings.github.io/jsonpath
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>jsonpath vs jsonpath-wasm simple performance comparision</title>
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
</head>
<body role="document">
<div class="container">
    <h3 style="margin-top: 15px;">jsonpath vs jsonpath-wasm simple performance comparision</h3>

</div>
<script src="./bootstrap.js"></script>
<script>

</script>
</body>
</html>