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

Data.Aeson.Decoding.ByteString

Description

Parser from strict ByteString to Tokens.

Synopsis

Documentation

bsToTokens :: ByteString -> Tokens ByteString String Source #

Lex (and parse) strict ByteString into Tokens stream.

Since: 2.1.2.0