This commit is contained in:
Daniel Lemire
2026-05-27 10:01:05 -04:00
parent 1a29a5e53a
commit 79bbba3e3e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.**
+2 -2
View File
@@ -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.**