Edit

Share via


JsonMarshal Class

Definition

An unsafe class that provides a set of methods to access the underlying data representations of JSON types.

public ref class JsonMarshal abstract sealed
public static class JsonMarshal
type JsonMarshal = class
Public Class JsonMarshal
Inheritance
JsonMarshal

Methods

GetRawUtf8PropertyName(JsonProperty)

Gets a ReadOnlySpan<T> view over the raw JSON data of the given JsonProperty name.

GetRawUtf8Value(JsonElement)

Gets a ReadOnlySpan<T> view over the raw JSON data of the given JsonElement.

Applies to