Remove redundancy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user