Enable command parser to parse all values
To be able to parse other values than `serde_json::Value::String(String)` we parse the pointer parameters and replace all those values in the JSON data with strings.
This commit is contained in:
parent
ea3121a985
commit
6af7d29833
2 changed files with 54 additions and 22 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1041,9 +1041,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinyvec"
|
||||
version = "1.1.1"
|
||||
version = "1.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
|
||||
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
|
||||
dependencies = [
|
||||
"tinyvec_macros",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue