From 354ff3cd10adc3b35e853ede98bc06c87bbaeff6 Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Mon, 16 Dec 2024 17:03:35 -0600 Subject: [PATCH] Update readme for removed partial_read_nested --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9af6ab8609..f0095f7cd7 100644 --- a/README.md +++ b/README.md @@ -821,7 +821,6 @@ struct opts { false; // Reads into only existing fields and elements and then exits without parsing the rest of the input // glaze_object_t concepts - bool partial_read_nested = false; // Advance the partially read struct to the end of the struct bool concatenate = true; // Concatenates ranges of std::pair into single objects when writing bool hide_non_invocable =