From e4a7c920c175f75489efcda2e081a39551c07664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aykut=20Sara=C3=A7?= Date: Sun, 24 Dec 2023 23:06:03 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0540c27..0b301334 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ When learning CS, there are some useful sites you must know to get always inform - [GraphOnline](https://graphonline.ru/en/) : Useful tool for visualizing Graphs - [Data Structure Visualization](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html) : Perfect website for visually learning Algorithms - [IDE Onlang](https://ide.onelang.io) : Write in one language and get the same result in other languages. +- [JSON Crack](https://jsoncrack.com/) : An online open-source tool designed for visualizing data in various languages such as JSON, YAML, CSV, and more. - [Pad.new](https://pad.new) : Free cloud-based IDE to run code and databases in almost any language - [PullRequest](https://www.pullrequest.com/) : Code review as a service from vetted, professional reviewers - [Python Visualizer](http://pythontutor.com/visualize.html) : Watch the execution of basic Python, Java, C++, etc. code step-by-step. Recommended for new programmers and the Canadian Computing Competition.