{-# LANGUAGE NoImplicitPrelude #-}-- |-- Module: Data.Aeson.Internal-- Copyright: (c) 2015-2016 Bryan O'Sullivan-- License: BSD3-- Maintainer: Bryan O'Sullivan <bos@serpentine.com>-- Stability: experimental-- Portability: portable---- Internal types and functions.---- __Note__: all declarations in this module are unstable, and prone-- to being changed at any time.moduleData.Aeson.Internal(IResult (..),JSONPathElement (..),JSONPath ,(<?> ),formatError ,ifromJSON ,iparse )whereimportData.Aeson.Types.Internal importData.Aeson.Types.FromJSON (ifromJSON )

AltStyle によって変換されたページ (->オリジナル) /