Skip to content

Commit

Permalink
Fixed merge formatting conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bfarmer67 committed Jun 8, 2024
1 parent a1f7056 commit 59d78cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Hyperbee.Json/JsonPathBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ private static string BuildPath( int elementId, Dictionary<int, (int parentId, s
return string.Join( string.Empty, pathSegments );
}

/*
public string GetPath( JsonElement targetElement )
{
var stack = new Stack<(JsonElement element, string path)>( 4 );
Expand Down

0 comments on commit 59d78cb

Please sign in to comment.