Skip to content

Commit e2eb0a1

Browse files
zhangskzcopybara-github
authored andcommitted
Breaking Change: Remove deprecated JsonOptions alias.
This has been deprecated since v4.22.x and should be replace with JsonPrintOptions which was added in v3.0.0. See https://protobuf.dev/news/2024-10-02/#jsonoptions PiperOrigin-RevId: 692183958
1 parent e372741 commit e2eb0a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/google/protobuf/util/json_util.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ namespace util {
1919
using JsonParseOptions = ::google::protobuf::json::ParseOptions;
2020
using JsonPrintOptions = ::google::protobuf::json::PrintOptions;
2121

22-
using JsonOptions ABSL_DEPRECATED("use JsonPrintOptions instead") =
23-
JsonPrintOptions;
24-
2522
using ::google::protobuf::json::BinaryToJsonStream;
2623
using ::google::protobuf::json::BinaryToJsonString;
2724

0 commit comments

Comments
 (0)