About 1,870,000 results
Open links in new tab
  1. parsing - How to reformat JSON in Notepad++ - Stack Overflow

    Oct 13, 2009 · It's not an NPP solution, but in a pinch, you can use this online JSON Formatter and then just paste the formatted text into NPP and then select Javascript as the language.

  2. How do I get formatted JSON in .NET using C#? - Stack Overflow

    Apr 18, 2010 · 2025 Update For those who ask how I get formatted JSON in .NET using C# and want to see how to use it right away and one-line lovers. Here are the indented JSON string one-line codes: …

  3. Formatting JSON in Python - Stack Overflow

    Nov 6, 2018 · What is the simplest way to pretty-print a string of JSON as a string with indentation when the initial JSON string is formatted without extra spaces or line breaks? Currently I'm running json.loa...

  4. How can I pretty-print JSON in a shell script? - Stack Overflow

    Dec 9, 2008 · I've created an alias: alias pretty='python -mjson.tool | pygmentize -l json so that I can just run: command params | pretty. Hope this helps. PS: Should anyone manages to extend this to a) …

  5. Python logging into file as a dictionary or JSON - Stack Overflow

    May 3, 2018 · What you want to do is create a custom Formatter that takes a LogRecord and JSON-encodes it (maybe preprocessing it first, of course). Then you create a stdout handler that uses the …

  6. How to make "Prettier" the default formatter in VS Code?

    Sep 18, 2020 · I've installed Prettier extension in VS Code, and when I attempt to format a file, VS Code asked me: Do you want to format with the default formatter or with prettier formatter? I accidentally ch...

  7. How do you format code in Visual Studio Code (VSCode)?

    Apr 30, 2015 · For all those struggling to get the formatting work even after trying the valid combinations in Visual Studio Code, don't forget to select the appropriate programming language type, it is at the …

  8. What is the "right" JSON date format? - Stack Overflow

    If you have control over the generated json, for example, you provide data to other systems in json format, choosing 8601 as the date interchange format is a good choice.

  9. Json files structure/format in Visual Studio Code

    Jan 16, 2022 · In Visual Studio Code (under Windows), my present Json files are displayed as the following : I would them to be formatted as displayed below :

  10. Display JSON as HTML - Stack Overflow

    Any recommendations on how to embed JSON in an HTML page with the JSON formatted in a human readable style? For example, when you view XML in a browser, most browsers display the XML …