2 references to ParseArrayIndex
Aspire.Hosting (2)
Dcp\JsonPatch.cs (2)
228
JsonArray jsonArray => jsonArray[
ParseArrayIndex
(segment, jsonArray.Count, allowEnd: false)]
268
var index =
ParseArrayIndex
(indexText, target.Count, allowEnd: operation == "add");