Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/0/en/part0b.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ We can try going to the address <https://studies.cs.helsinki.fi/exampleapp/data.

![Raw JSON Data](../../images/0/10e.png)

There we find the notes in [JSON](https://en.wikipedia.org/wiki/JSON) "raw data". By default, Chromium-based browsers are not too good at displaying JSON data. Plugins can be used to handle the formatting. Install, for example, [JSONView](https://chromewebstore.google.com/detail/gmegofmjomhknnokphhckolhcffdaihd) on Chrome, and reload the page. The data is now nicely formatted:
There we find the notes in [JSON](https://en.wikipedia.org/wiki/JSON) "raw data". By default, JSON is not formatted nicely you can click the Pretty-print button on the top left of screen to format the requested JSON:

![Formatted JSON output](../../images/0/11e.png)

Expand Down