From 79bbba3e3e7ef7c817e399ba3bccbd65238b8ce5 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 27 May 2026 10:01:05 -0400 Subject: [PATCH] saving. --- doc/basics.md | 2 +- doc/builder.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/basics.md b/doc/basics.md index b9d209df4..77d1e5425 100644 --- a/doc/basics.md +++ b/doc/basics.md @@ -1593,7 +1593,7 @@ You can also automatically serialize the `Car` instance to a JSON string, see our [Builder documentation](builder.md). -#### Renaming fields and skipping fields with annotations +#### Renaming and skipping fields with annotations **This is experimental: the syntax may change slightly in the future.** diff --git a/doc/builder.md b/doc/builder.md index 1527783d9..99a091a74 100644 --- a/doc/builder.md +++ b/doc/builder.md @@ -12,7 +12,7 @@ speed and high convenience. * [Overview: string_builder](#overview--string-builder) * [Example: string_builder](#example--string-builder) * [C++26 static reflection](#c--26-static-reflection) - + [Renaming fields and skipping fields with annotations](#renaming-fields-and-skipping-fields-with-annotations) + + [Renaming and skipping fields with annotations](#renaming-and-skipping-fields-with-annotations) + [Without `string_buffer` instance](#without--string-buffer--instance) + [Without `string_buffer` instance but with explicit error handling](#without--string-buffer--instance-but-with-explicit-error-handling) + [Pretty formatted (fractured JSON)](#pretty-formatted-fractured-json) @@ -261,7 +261,7 @@ automatically. In most cases, it should work automatically: ``` -#### Renaming fields and skipping fields with annotations +#### Renaming and skipping fields with annotations **This is experimental: the syntax may change slightly in the future.**