-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Integration layer for "json-pointer" and "aeson" -- -- Integration layer for "json-pointer" and "aeson" @package json-pointer-aeson @version 0.1 module JSONPointer.Aeson.Interpreter -- | Converts JSONPointer into an Aeson Value lookup function. value :: JSONPointer -> Value -> Maybe Value nullableValue :: JSONPointer -> Value -> Value