Skip to content

Commit

Permalink
Preserve order and numeric precision for JSON input
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Dec 25, 2021
1 parent 6ef75eb commit c1f43ec
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 30 deletions.
49 changes: 22 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ repository = "https://github.com/bruceadams/yj"

[dependencies]
exitfailure = "0.5.1"
serde_json = "1.0.72"
serde_yaml = "0.8.21"
serde_yaml = "0.8.23"
snafu = "0.6.10"

[dependencies.serde_json]
features = ["arbitrary_precision", "preserve_order"]
version = "1.0.73"

[dependencies.clap]
features = ["derive", "cargo", "wrap_help"]
version = "3.0.0-rc.4"
version = "3.0.0-rc.8"

0 comments on commit c1f43ec

Please sign in to comment.