Ah, it doesn't auto-format it. If I paste in non-formatted JSON, it stays non-formatted. But if I press option+cmd+L on Mac, Ctrl+Alt+L on windows, it formats it nicely.
Answer from Bruce on Stack OverflowJetBrains
jetbrains.com › help › pycharm › json.html
JSON | PyCharm Documentation
February 10, 2026 - In the File Name Patterns area, click and type *.json in the Add Wildcard dialog that opens. PyCharm can automatically download and use schemas from the JSON Schema Store that hosts schema files for many popular configuration files. As soon as you open a file whose name is associated with one of the available schemas (for example, tsconfig.json), PyCharm downloads and uses this schema for it.
.json file
You need to show some code to get an answer More on reddit.com
pycharm creating .json files arabic
Posted by u/muneermohd96190 - 1 vote and 6 comments More on reddit.com
Videos
JetBrains
jetbrains.com › help › pycharm › settings-code-style-json.html
Code Style. JSON | PyCharm Documentation
Use this page to configure formatting options for JSON files. When you change these settings, the Preview pane shows how this will affect your code. Use this tab to specify where you want PyCharm to insert spaces automatically.
Xebia
xebia.com › home › blog › json formatter plugin for intellij
JSON Formatter Plugin For IntelliJ | Xebia
February 5, 2009 - The trouble with JSON, however, it that's it's quite hard to read. Not because it's so complicated, but because it has been optimized for network communication, which in this case, means: all the whitespace has been stripped. Wouldn't it be nice to have an integrated JSON formatter in your IDE to handle this?
JetBrains
jetbrains.com › help › pycharm › prettier.html
Prettier | PyCharm Documentation
November 24, 2025 - For more information, refer to Run Prettier automatically on save and Set Prettier as default formatter. Open the Settings dialog (Ctrl+Alt+S) , go to Languages & Frameworks | JavaScript | Prettier, and select Manual Prettier configuration. From the Prettier package list, select the prettier installation to use. If you followed the standard installation procedure, PyCharm locates the prettier package itself and the field is filled in automatically.
JetBrains
jetbrains.com › help › pycharm › reformat-and-rearrange-code.html
Reformat and rearrange code | PyCharm Documentation
January 6, 2026 - Switch to the Formatter tab and enable the Turn formatter on/off with markers in code comments option.
JetBrains
plugins.jetbrains.com › plugin › 13931-json-formatter
Json Formatter - IntelliJ IDEs Plugin | Marketplace
JetBrains IDE/Android Studio JSON Formatter Plugin Format, Minify, Verify JSON as if you edit a file with .json suffix.
JetBrains
plugins.jetbrains.com › plugin › 10650-json-parser-and-code-generation
Json Parser & Code Gen - IntelliJ IDEs Plugin | Marketplace
JSON Parser is a powerful tool that simplifies working with JSON, offering features like Dart and Kotlin code generation, easy data retrieval and loading, validation...
GitHub
gist.github.com › txomon › 99f35e27467c5905343e184c11308843
Jetbrains IDEs (Pycharm, Intellij, etc.) data export to JSONL (json lines) · GitHub
Jetbrains IDEs (Pycharm, Intellij, etc.) data export to JSONL (json lines) - JSONL.jsonl.groovy
Reddit
reddit.com › r/pycharm › .json file
r/pycharm on Reddit: .json file
November 6, 2022 -
why is my .json file getting created in utf-16le encoding?
Top answer 1 of 2
1
You need to show some code to get an answer
2 of 2
1
You showed the input file (or an editor view); there may be a Byte Order Mark that shows the contents are Big Endian or Little Endian ( https://stackoverflow.com/questions/8898294/convert-utf-8-with-bom-to-utf-8-with-no-bom-in-python ) in the file, which you may or may not see depending on how you look (say editor vs an Octal Dump (od) command (in Linux, at least). Is manage.py your code? It likely has a .encode (or .decode) somewhere that you can probably change to fix this, or you write a few-line separate program to fix the output of the manage.py
Reddit
reddit.com › r/pycharm › handling large json files
r/pycharm on Reddit: Handling large JSON files
March 5, 2019 - r/pycharm • · PDonz · РусскийItaliano · I'm attempting to load some JSON files that are quite large (>1,000,000 characters; >100,000 lines). My program is getting an error because code insight and style aren't working, and it's removing the " " for every piece of information in the JSON file.
JetBrains
plugins.jetbrains.com › plugin › 14149-json-viewer
Json Viewer - IntelliJ IDEs Plugin | Marketplace
Transform Json strings into a human-readable format. Format with `Alt+F` or click "Format". Search in json with your search key (e.g. `Cltr+F`).
Reddit
reddit.com › r/pycharm › pycharm creating .json files arabic
r/pycharm on Reddit: pycharm creating .json files arabic
November 6, 2022 - python -Xutf8./manage.py dumpdata --natural-foreign --exclude=auth.permission --exclude=contenttypes --indent=4 -o data.json ... Subreddit for JetBrains PyCharm, the Python IDE for professional developers by JetBrains.
JetBrains
youtrack.jetbrains.com › issue › IJPL-63555 › Action-to-format-large-JSON-files
Action to format large JSON files : IJPL-63555
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
Misrupc
trt.misrupc.pw › pycharm-json-formatter.html
Pycharm json formatter. Python JSON Pretty Print – JSON Formatting with Python
On the Formatter Control tab, select the Enable formatter markers in comments checkbox. The Scope area becomes active. In the Scope area, click to add a scope where you can specify files that you want to exclude from reformatting. If you try reformatting the excluded file, PyCharm displays a popup notifying you that formatting for this file is disabled.