1. Get started
Build the crate, construct every profile field, and parse a complete value through the public surface.
Start with the parser or writer boundary that your application controls. Each guide keeps storage, profiles, publication, and failure behavior explicit.
Build the crate, construct every profile field, and parse a complete value through the public surface.
Use Flyology_JSON.Parsing with arbitrary input boundaries, provisional events, and exact source ranges.
Instantiate Flyology_JSON.Writing over a destination that stages a complete transaction.
Copy selected fragments with Flyology_JSON.Tokens, then convert complete integer lexemes.
Build Parser_Profile and writer profiles without a public default.
Review implemented support, tested toolchains, known omissions, and the pre-release dependency gate.
The core has no DOM. A consumer can handle each event immediately, copy selected strings into bounded storage, or build its own unpublished candidate until the document completes.
Use Drain to inspect a large stream with bounded parser and event storage.
Collect only the names, strings, or numbers that the application needs.
Keep a private candidate provisional until the parser returns complete-document acceptance.