camel-language-jsonpath 0.6.3

JSONPath Language for rust-camel (RFC 9535)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "camel-language-jsonpath"
description = "JSONPath Language for rust-camel (RFC 9535)"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/camel-language-jsonpath"
readme = "README.md"
keywords.workspace = true
categories.workspace = true

[dependencies]
camel-language-api.workspace = true
jsonpath-rust = "1.0"
serde_json.workspace = true