System.ClientModel.Primitives.JsonPathToken struct JsonPathToken Documentation Code public int TokenStartIndex { get; } public JsonPathTokenType TokenType { get; } public ReadOnlySpan<byte> ValueSpan { get; } public JsonPathToken(JsonPathTokenType tokenType, int tokenStartIndex, ReadOnlySpan<byte> valueSpan = default)