Skip to content

Commit

Permalink
Update path.go
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Nov 28, 2022
1 parent 9b472af commit d8329d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion path.go
Expand Up @@ -16,7 +16,8 @@ import (
// [*] : all objects/elements for array.
//
// Reserved words must be properly escaped when included in Path.
// Escale Rule
//
// Escape Rule
// single quote style escape: e.g.) `$['a.b'].c`
// double quote style escape: e.g.) `$."a.b".c`
func CreatePath(p string) (*Path, error) {
Expand Down

0 comments on commit d8329d5

Please sign in to comment.