Enums§
- Parser
Error - 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