# Bug report ### Bug description: ```python >>> import json >>> print(json.dumps({b"": 0}, indent=4, skipkeys=True)) { } ``` Related: #123183 ### CPython versions tested on: 3.13 ### Operating systems tested on: Windows <!-- gh-linked-prs --> ### Linked PRs * gh-132200 * gh-135060 * gh-135061 <!-- /gh-linked-prs -->
Bug report
Bug description:
Related: #123183
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
json.dumps()when usingindentandskipkeys=True#132200