Skip to content

v0.9.10

Compare
Choose a tag to compare
@dtolnay dtolnay released this 09 Apr 15:18
· 1320 commits to master since this release
v0.9.10
34196d6
  • Extend the serde_json::Error API with accessors for the line, column, and category of errors (#278)
  • Pretty-print serde_json::Value when formatted with {:#} (#280, thanks @imp)