Module JSON.Parser

Author
Jonas Oberschweiber
Version
February 2025

This library contains the implementation of a parser for JSON values, i.e., an operation parseJSON which reads a textual JSON representation and returns a Maybe value of type JValue.

Exported Functions:

Exported Functions


parseJSON :: String -> Maybe JValue  Deterministic 

Parses a JSON string into a JValue. Returns Nothing if the string could not be parsed.