The latest version of json-syntax is 0.2.7.2-0.

json-syntax

Version 0.2.7.1 revision 0 uploaded by l3c_amartin.

Package meta

Synopsis
High-performance JSON parser and encoder
Description

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.

Author
Andrew Martin
Bug reports
https://github.com/byteverse/json-syntax/issues
Category
Data
Copyright
2019 Andrew Martin
Homepage
https://github.com/byteverse/json-syntax
Maintainer
amartin@layer3com.com
Package URL
n/a
Stability
n/a

Components