Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mitghi committed Mar 11, 2023
1 parent 72ecd03 commit 3d82d7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

Jetro is a tool with custom DSL for transforming, querying and comparing data in JSON format.

Jetro has minimal dependency, the traversal and eval algorithm is implemented on top of [serde_json](https://serde.rs).

```rust
let data = serde_json::json!({
"name": "mr snuggle",
Expand Down

0 comments on commit 3d82d7a

Please sign in to comment.