mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
saving.
This commit is contained in:
+1
-1
@@ -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
@@ -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.**
|
||||
|
||||
Reference in New Issue
Block a user