| Copyright | (C) 2016-2025 David M. Johnson |
|---|---|
| License | BSD3-style (see the file LICENSE) |
| Maintainer | David M. Johnson <code@dmj.io> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Miso.JSON.Parser
Description
A Parser 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
decodePure :: MisoString -> Either String Value Source #