aeson-2.1.2.1: Fast JSON parsing and encoding
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Aeson.Decoding.ByteString.Lazy

Description

Parser from lazy ByteString to Tokens.

Synopsis

Documentation

lbsToTokens :: ByteString -> Tokens ByteString String Source #

Lex (and parse) lazy ByteString into Tokens stream.

Since: 2.1.2.0