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