miso
Copyright(C) 2016-2025 David M. Johnson
LicenseBSD3-style (see the file LICENSE)
MaintainerDavid M. Johnson <code@dmj.io>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Miso.JSON.Lexer

Description

A Lexer for the JSON specification. Meant to be used on the server w/ SSR.

This was ported from https://github.com/dmjio/json-test by @ners

Documentation

data Token Source #

Instances

Instances details
Show Token Source # 
Instance details

Defined in Miso.JSON.Lexer

Methods

showsPrec :: Int -> Token -> ShowS #

show :: Token -> String #

showList :: [Token] -> ShowS #

Eq Token Source # 
Instance details

Defined in Miso.JSON.Lexer

Methods

(==) :: Token -> Token -> Bool #

(/=) :: Token -> Token -> Bool #