hw-json-0.8.1.0: Memory efficient JSON parser
HaskellWorks.Data.Json.CharLike
class JsonCharLike c where Source #
Minimal complete definition
isLeadingDigit2, isQuotDbl, isChar_t, isChar_f, isChar_n, isBraceLeft, isBracketLeft
Methods
isLeadingDigit2 :: c -> Bool Source #
isQuotDbl :: c -> Bool Source #
isChar_t :: c -> Bool Source #
isChar_f :: c -> Bool Source #
isChar_n :: c -> Bool Source #
isBraceLeft :: c -> Bool Source #
isBracketLeft :: c -> Bool Source #
Defined in HaskellWorks.Data.Json.CharLike
isLeadingDigit2 :: Word8 -> Bool Source #
isQuotDbl :: Word8 -> Bool Source #
isChar_t :: Word8 -> Bool Source #
isChar_f :: Word8 -> Bool Source #
isChar_n :: Word8 -> Bool Source #
isBraceLeft :: Word8 -> Bool Source #
isBracketLeft :: Word8 -> Bool Source #