Functionsยง
- parse_
json_ bytes - Parse JSON from bytes using SIMD acceleration when possible This is the fastest path as simd-json works on mutable byte slices
- parse_
json_ str - Parse JSON from a string slice using SIMD acceleration when possible Falls back to serde_json for compatibility
- read_
json_ file - Read JSON file using SIMD acceleration Reads file into memory and uses fast SIMD parsing