Timeline for How do I write JSON data to a file?
Current License: CC BY-SA 4.0
Post Revisions
35 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 27, 2025 at 17:24 | answer | added | Raneem Alharbi | timeline score: 2 | |
| Jan 30, 2025 at 22:34 | answer | added | zkurtz | timeline score: 0 | |
| Jul 20, 2024 at 9:00 | answer | added | MaduKan | timeline score: 2 | |
| Nov 25, 2022 at 9:50 | answer | added | kriss | timeline score: 5 | |
| Jul 21, 2022 at 12:22 | comment | added | johnthagen |
Using pathlib with one line: Path("data.json").write_text(json.dumps(data))
|
|
| Jun 16, 2022 at 10:52 | answer | added | Kavindu Ravishka | timeline score: 4 | |
| Mar 30, 2022 at 5:49 | history | edited | Mateen Ulhaq | CC BY-SA 4.0 |
Shorten.
|
| Sep 13, 2021 at 12:16 | answer | added | questionto42 | timeline score: 1 | |
| Sep 22, 2020 at 17:14 | comment | added | Charlie Parker | For flags when opening file: Here, we used "w" letter in our argument, which indicates write and will create a file if it does not exist in library Plus sign indicates both read and write, guru99.com/reading-and-writing-files-in-python.html#1 | |
| Apr 17, 2020 at 6:54 | review | Suggested edits | |||
| Apr 17, 2020 at 8:42 | |||||
| S Dec 8, 2019 at 10:55 | history | edited | sentence | CC BY-SA 4.0 |
improved spelling and formatting
|
| S Dec 8, 2019 at 10:55 | history | suggested | galoget | CC BY-SA 4.0 |
improved spelling and formatting
|
| Dec 8, 2019 at 9:50 | review | Suggested edits | |||
| S Dec 8, 2019 at 10:55 | |||||
| Dec 13, 2018 at 22:38 | answer | added | James Wierzba | timeline score: 6 | |
| Nov 6, 2018 at 18:55 | history | protected | codeforester | ||
| Nov 1, 2018 at 12:00 | answer | added | Ashok Kumar Jayaraman | timeline score: 3 | |
| Oct 15, 2018 at 4:10 | answer | added | Akshat Bajaj | timeline score: 3 | |
| Oct 10, 2018 at 5:36 | answer | added | grepit | timeline score: 6 | |
| Jul 30, 2017 at 15:55 | history | edited | martineau | CC BY-SA 3.0 |
Edited question title and removed language tag. Improved formatting.
|
| Jun 3, 2017 at 7:48 | answer | added | Franco Miguel Contreras | timeline score: 3 | |
| Jun 13, 2016 at 16:43 | answer | added | Martin Thoma | timeline score: 138 | |
| Feb 29, 2016 at 20:16 | answer | added | Alexander | timeline score: 7 | |
| Jan 3, 2016 at 6:52 | answer | added | ibic | timeline score: 13 | |
| Dec 24, 2015 at 10:58 | answer | added | Vishal Gediya | timeline score: 12 | |
| Oct 11, 2015 at 14:58 | history | edited | Martin Thoma | CC BY-SA 3.0 |
natural language title
|
| Jul 10, 2015 at 14:45 | answer | added | dinos66 | timeline score: 27 | |
| Dec 25, 2013 at 20:04 | answer | added | Amir Rahnama | timeline score: 201 | |
| Jul 20, 2013 at 20:20 | history | edited | bmargulies |
edited tags
|
|
| Feb 14, 2013 at 8:22 | answer | added | Antony Hatchkins | timeline score: 347 | |
| S Jan 10, 2013 at 11:35 | history | edited | mtk | CC BY-SA 3.0 |
remove needless info; that should rather be a colon
|
| S Jan 10, 2013 at 11:35 | history | suggested | tshepang | CC BY-SA 3.0 |
remove needless info; that should rather be a colon
|
| Jan 10, 2013 at 11:34 | review | Suggested edits | |||
| Jan 10, 2013 at 11:35 | |||||
| Sep 7, 2012 at 16:37 | vote | accept | user1530318 | ||
| Sep 6, 2012 at 22:23 | answer | added | phihag | timeline score: 3349 | |
| Sep 6, 2012 at 22:21 | history | asked | user1530318 | CC BY-SA 3.0 |