json is:package
Support for serialising Haskell to and from JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It is easy for humans to read and write. It is easy for
machines to parse and generate. It is based on a subset of the
JavaScript Programming Language, Standard ECMA-262 3rd Edition -
December 1999.
This library provides a parser and pretty printer for converting
between Haskell values and JSON.
Not on Stackage, so not searched.
Types and type classes for defining JSON schemas.
Not on Stackage, so not searched.
Union 'alternative' or Either that has untagged JSON encoding.
Not on Stackage, so not searched.
Automatic type declaration for JSON input data
Not on Stackage, so not searched.
High-performance JSON parser and encoder
Not on Stackage, so not searched.
Universal JSON AST datastructure
Not on Stackage, so not searched.
Tiny JSON-RPC client for Haskell Web3 library.
Not on Stackage, so not searched.
Utilities for generating JSON-API payloads
Not on Stackage, so not searched.
Direct-to-bytes JSON Builder
Not on Stackage, so not searched.
A direct-to-bytes single-pass JSON encoder with a declarative DSL
This is an implementation of the JSON Feed spec in Haskell. The spec
is available at
https://jsonfeed.org. JSON Feed is similar to
the Atom and RSS feed formats, but it is serialized as JSON rather
than XML.
Not on Stackage, so not searched.
Incremental JSON parser with early termination and a declarative DSL
Not on Stackage, so not searched.
Extends Text.JSON to handle literal JS objects.
Not on Stackage, so not searched.
JSON Pointer parsing and interpretation utilities
Not on Stackage, so not searched.
JSON Pointer extensions for Hasql
Not on Stackage, so not searched.
Kitchen sink for querying JSON
Not on Stackage, so not searched.
JSON-RPC 2.0 on the client side.
Not on Stackage, so not searched.
Generic encoder and decode for JSON-RPC
Not on Stackage, so not searched.
JSON-RPC 2.0 on the server side.
Not on Stackage, so not searched.
Generics JSON (de)serialization using generics-sop
Elm code generate for `json-spec`.
Produce elm types, encoders, and decoders from a
`json-spec`
Specification.
See `
testtest.hs` for an example.
Not on Stackage, so not searched.
Keep program state in JSON files.