package
1.0.0
Repository: https://github.com/andygello555/json-dom.git
Documentation: pkg.go.dev

# Functions

Given a JSON path will return the list of absolute paths to each value pointed to by that JSON path.

# Constants

Represents a filter expression on a map or an array.
Represents a lexicographically first descent.
Represents descent down an index in an array.
Represents a recursive lookup for a given property.
Represents list slice notation (range of elements within a list).
Represents a start or an end within a slice.
Represents descent down a key in a map.
Represents descent down all key-value pairs in a map or elements in an array.

# Variables

Map of absolute key type values to their corresponding names.

# Structs

An absolute path key with a KeyType and a Value.
Stores a node within a JsonMapInt.

# Interfaces

Acts as an interface for jom.JsonMap.

# Type aliases

Represents a type of a key within an AbsolutePath.
Type representing a list of absolute paths.