In [JsonScalarExpression.VisitChildren()](https://github.com/roji/efcore/blob/239254479ff9c700186d59aaf09850bfac4e13bb/src/EFCore.Relational/Query/SqlExpressions/JsonScalarExpression.cs#L92): ```c# for (var j = 0; j < i; i++) { newPath[j] = Path[j]; } ``` Note the i/j confusion in the for loop (🤦)