Ditto  1.0.9
Deprecated List
Member ditto::Ditto::get_store ()
You can directly access the store property now.
Member ditto::Ditto::set_access_license (std::string license_str) DITTO_DEPRECATED
Deprecated in favor of set_license_token.
Member ditto::Ditto::start_sync () DITTO_DEPRECATED
Deprecated in favor of try_start_sync.
Member ditto::DocumentId::to_native () const
Deprecated since version 1.0.2 of the SDK. You should use value() instead.
"

This stream operator is deprecated and will be removed in future 4.0.0 of the library. Please use items() instead; that is, replace json::iterator_wrapper(j) with j.items().

This stream operator is deprecated and will be removed in future 4.0.0 of the library. Please use operator<<(std::ostream&, const basic_json&) instead; that is, replace calls like j >> o; with o << j;.

This stream operator is deprecated and will be removed in version 4.0.0 of the library. Please use operator>>(std::istream&, basic_json&) instead; that is, replace calls like j << i; with i >> j;.