System Text JSON Dom And Streaming

Use when System.Text.Json work is not a plain POCO round-trip — inspecting/mutating JSON without a model (including answering a few questions about an unknown payload), editing JSON whose shape is not controlled by the app, reading or writing at high throughput (Utf8JsonReader / Utf8JsonWriter, byte and Stream overloads), or processing a JSON array/feed too large to fit in memory (DeserializeAsyncEnumerable).

richlander Updated

File contents

richlander/dotnet-package-skills/tree/main/examples/system-text-json/skills/system-text-json-dom-and-streaming commit 3560773106

Frequently asked questions

npx skillmds@latest add richlander/system-text-json-dom-and-streaming