Closed
Description
- purescript-argonaut-core — Definition of
Json
,foldJson
, andEq
,Show
,Ord
, etc., instances forJson
, together with printing and parsing (which are native methods!). This will be a very small library with minimal dependencies, which other libraries can use to agree on whatJson
is. - purescript-argonaut-combinators — All the combinators and operators that make using Argonaut easy. These, in turn, are largely defined in terms of the fold methods, but some may be special-cased for performance reasons.
- purescript-argonaut-serialization — EncodeJson / DecodeJson and instances for the world.
- purescript-argonaut-zipper — For things like JCursor, JZipper, etc. Maybe there's a better name for this one or maybe it belongs somewhere else.�
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels