We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fdf10 commit 12f6550Copy full SHA for 12f6550
1 file changed
lib/jsonpatch/path_util.ex
@@ -4,11 +4,6 @@ defmodule Jsonpatch.PathUtil do
4
# ===== Internal documentation =====
5
# Helper module for handling JSON paths.
6
7
- alias Jsonpatch.Operation.Add
8
- alias Jsonpatch.Operation.Remove
9
- alias Jsonpatch.Operation.Replace
10
- alias Jsonpatch.Operation.Test
11
-
12
@doc """
13
Uses a JSON patch path to get the last map that this path references.
14
0 commit comments