diff --git a/content/2026-02-27-a-love-story-about-jason.rst b/content/2026-02-27-a-love-story-about-jason.rst index fd5709e..f7908f0 100644 --- a/content/2026-02-27-a-love-story-about-jason.rst +++ b/content/2026-02-27-a-love-story-about-jason.rst @@ -34,7 +34,7 @@ I started seeing curly braces when I closed my eyes. :align: center :width: 400px -So I did what any rational person would do. I `wrote a library `_. While growing `Botoform `_ to `manage AWS VPCs `_ & `wrangle Boto3 responses `_, I kept hitting nested JSON walls. I ripped ``nested_lookup()`` out of that work & published it to `PyPI `_. Public domain. Now nobody has to type ``response["data"]["data"]["results"][0]["data"]`` ever again. You just say ``nested_lookup("data", response)`` & it hands you every match from every depth. That frustration became a `real tool `_ that strangers install with ``pip``. +So I did what any rational person would do. I `wrote a library `_. While growing `Botoform `_ to `manage AWS VPCs `_ & `wrangle Boto3 responses `_, I kept hitting nested JSON walls. I ripped ``nested_lookup()`` out of that work & published it to `PyPI `_. Public domain. Now nobody has to type ``response["data"]["data"]["results"][0]["data"]`` ever again. You just say ``nested_lookup("data", response)`` & it hands you every match from every depth. That frustration became a `real tool `_ that strangers install with ``pip``. Love makes you grow things.