Module json_parser

Module json_parser 

Source

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