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