Crate pjson_parser

Source

Enums§

ParserError
ParserError represents all the possible errors that can be gotten from parsing a JSON string.
Token
Token is an enum used to represent all the different types of data that can be gotten from parsing a JSON string

Functions§

parse_json
Parses the json string passed as parameter and returns a Result with the Token Enum type