Expand description
Core library API: record decode/encode and file-level processing. Core decode / encode API for COBOL binary data.
| Function | Direction | Scope |
|---|---|---|
decode_record | Binary → JSON | Single record |
encode_record | JSON → Binary | Single record |
decode_file_to_jsonl | Binary → JSONL | Whole file |
encode_jsonl_to_file | JSONL → Binary | Whole file |
Structs§
- RunSummary
- Summary of a processing run with comprehensive statistics.
Functions§
- decode_
file_ to_ jsonl - Decode a file to JSONL format
- decode_
record - Decode a single record from binary data to JSON
- decode_
record_ with_ raw_ data - Decode a record with optional raw data for RDW format
- decode_
record_ with_ scratch - High-performance decode using reusable scratch buffers
- encode_
jsonl_ to_ file - Encode JSONL to binary file
- encode_
record - Encode JSON data to binary using the provided schema
- increment_
warning_ counter - Increment the thread-local warning counter.