@hackage json-syntax0.1.2.0
High-performance JSON parser and encoder
Installation
Dependencies (10)
- array-builder >=0.1 && <0.2
- array-chunks >=0.1.2 && <0.2
- base >=4.12 && <5
- bytebuild >=0.3.4 && <0.4
- byteslice >=0.1.3 && <0.3
- bytesmith >=0.3.2 && <0.4 Show all…
Dependents (3)
@hackage/pan-os-syslog, @hackage/json-query, @hackage/elasticsearch-interchange
This library parses JSON into a Value type that is consistent with the
ABNF described in RFC 7159. The
parser is about six times faster than the parser that aeson provides.
This parser is however, non-resumable, so if resumable parsing is
important, aeson should be preferred.
This library does not include any functions or typeclasses to help users
marshal Value to their application-specific data types. Such functions
and typeclasses are outside the scope of this library. If anyone writes a
library that offers users these conveniences open a issue so that the
json-syntax documentation can point users to it.