Copyright | (c) 2015 Bryan O'Sullivan |
---|---|
License | Apache |
Maintainer | Bryan O'Sullivan <bos@serpentine.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Internal types and functions.
Note: all declarations in this module are unstable, and prone to being changed at any time.
Documentation
The internal result of running a Parser
.
data JSONPathElement Source
Elements of a JSON path used to describe the location of an error.
type JSONPath = [JSONPathElement] Source
formatError :: JSONPath -> String -> String Source
Annotate an error message with a JSONPath error location.