JsonMarshal Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |