Skip to content

0.10.2

Compare
Choose a tag to compare
@maciejhirsz maciejhirsz released this 11 Aug 08:07
· 81 commits to master since this release
  • Deprecated JsonValue::to_writer as it would panic on writing errors.
  • Implemented JsonValue::write and JsonValue::write_pretty, both returning std::io::Result.
  • Implemented JsonValue::has_key.