• Json instance for Map

    Type Parameters

    • K

    • V

    Parameters

    • dictK: Json<K>
    • dictV: Json<V>

    Returns Json<Map<K, V>>

    Remarks

    This copies the Haskell definition which uses fromList that does not verify uniqueness of the keys.

Generated using TypeDoc