Skip to content

Commit

Permalink
Improve converter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
firenero committed Apr 18, 2024
1 parent f023f46 commit a3c0560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/dev_guide/high_level/converters.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ When a low-level read is called, `DdbReader.JsonReader` is already pointed to th

The `reader.JsonReader.HasValueSequence` is guaranteed to be false at this point, so it's safe to use `reader.JsonReader.ValueSpan` to access the JSON buffer.

The `DdbReader.JsonReader.Read` method should not be explicitly called unless you are writing a converter for a non-primitive JSON type like an object or array.
The `DdbReader.JsonReader.Read` method should not be explicitly called unless you are writing a converter for a non-scalar DynamoDB data type - i.e., a map, list or set.

### JSON writing

Expand Down

0 comments on commit a3c0560

Please sign in to comment.