Module direct

Module direct 

Source
Expand description

Direct parsing functions for maximum performance These bypass the caching layer for one-time parsing

Functionsยง

parse_file
Parse file directly to Value (no caching)
parse_string
Parse string directly to Value (no caching)
parse_to_vec
Parse to array/vector for direct use