0.10.2
- Deprecated
JsonValue::to_writer
as it would panic on writing errors. - Implemented
JsonValue::write
andJsonValue::write_pretty
, both returningstd::io::Result
. - Implemented
JsonValue::has_key
.
JsonValue::to_writer
as it would panic on writing errors.JsonValue::write
and JsonValue::write_pretty
, both returning std::io::Result
.JsonValue::has_key
.