Skip to content

Commit 8cb3cea

Browse files
authored
Merge pull request #131 from raydak-labs/chore/docs/python
chore: change date of blog entry
2 parents 0e60af5 + b39bb85 commit 8cb3cea

File tree

1 file changed

+1
-1
lines changed
  • content/blog/2025-06-11-python-large-json

1 file changed

+1
-1
lines changed

content/blog/2025-06-11-python-large-json/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Efficiently Processing Large JSON Files in Python Without Loading Everything Into Memory"
3-
date: 2025-06-11T12:00:00+01:00
3+
date: 2025-06-11T10:00:00+01:00
44
draft: false
55
language: en
66
summary: Learn how to process large JSON datasets efficiently in Python using streaming and minimal memory, with practical code and profiling tips.

0 commit comments

Comments
 (0)