JSON-Combinator-0.1.0: A combinator library on top of a generalised JSON type

Text.JSON.JSONField

Description

The base functions for accessing JSON object fields.

Documentation

class JSONField j f | j -> f whereSource

Methods

field :: f -> j -> Maybe jSource

fields :: j -> Maybe [f]Source

values :: j -> Maybe [j]Source

Returns the potential object field values of a JSON value.