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