https://issues.dlang.org/show_bug.cgi?id=19135
--- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/fbd094737fa1130ab53f7fcc17b36f8881e10790 Fix Issue 19135 Rewrite std.json.JSON_TYPE to be CamelCase with lowercase members, with underscore attached to avoid keyword collision. Deprecate the old type via alias. https://github.com/dlang/phobos/commit/a26ccc6f4cd6cac93b9361233fd093b72c09a869 Merge pull request #6649 from FeepingCreature/fix/issue-19135-rewrite-json_type-to-match-style-guidelines Fix Issue 19135: Rename std.json.JSON_TYPE to JsonType with lowercase attributes merged-on-behalf-of: Petar Kirov <zombine...@users.noreply.github.com> --