Skip to content

Commit ce238d7

Browse files
committed
Unpublicize reexports, unprefix JSON type aliases
The type aliases json::JsonString and json::JsonObject were originally prefixed with 'json' to prevent collisions with (at the time) the enums json::String and json::Object respectively. Now that enum namespacing has landed, this 'json' prefix is redundant and can be removed: json::JsonArray -> json::Array json::JsonObject -> json::Object In addition, this commit also unpublicizes all of the re-exports in this JSON module, as a part of #19253 [breaking-change]
1 parent 8fb027e commit ce238d7

File tree

2 files changed

+92
-92
lines changed

2 files changed

+92
-92
lines changed

0 commit comments

Comments
 (0)