[][src]Module json_peek::parser

Parser module which handling interpreting Token into JSON AST

Structs

Parser

A struct for creating JSON's syntax tree from Tokens

Enums

ParseError

Represent possible error that can happen while parsing, it should be very similar to normal JSON's syntax error message as possible

Type Definitions

ParseResult