Expand description
RSON parser implementation using nom.
This module provides functions to parse RSON text into RsonValue structures.
The parser is built with nom for efficient, zero-copy parsing where possible.
Functionsยง
- parse_
rson - Parse a complete RSON document.
- parse_
rson_ value - Parse a single RSON value (may not consume entire input).