Remove redundancy

This commit is contained in:
2025-08-25 16:49:21 -04:00
parent 6fc263074e
commit 490b49e55d

View File

@@ -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