From 490b49e55d1bb7e0dddb320669dcd54288a758a1 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Mon, 25 Aug 2025 16:49:21 -0400 Subject: [PATCH] Remove redundancy --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d0176ec..8f6e82e 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,6 @@ flowchart TD - Your JSON keys don't contain escape sequences (OnDemand matches raw keys without unescaping) ### Use **WeaselJSON** when: -- You absolutely cannot load the whole JSON into memory -- You're processing huge JSON files (multiple gigabytes) - You want to parse just part of a JSON file without reading the rest - You need to convert JSON into some other format as you parse it - You need predictable performance characteristics