The existence of the JSON class is causing 3.0 user confusion. It should be deprecated to push users towards the JsonReader/JsonWriter classes introduced in 3.0. The deprecation warning should reference BasicDBObject.parse/toJson methods.
- duplicates
-
JAVA-1770 Deprecate JSON class in favor of JsonReader/JsonWriter
- Closed