You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - for reading NDJSON / JSONL files with ReaderFlags.STOP_WHEN_DONE - is not extremely easy as the read size that yyjson consumed is not available for the caller.
yyjson_doc_get_read_size() can do this- Perhaps as a .size or .read_bytes on Document ?