@hackage hermes-json0.6.1.0

Fast JSON decoding via simdjson C++ bindings

  • Installation

  • Tested Compilers

  • Dependencies (14)

  • Dependents (0)

  • Package Flags

      strict
       (off by default)

      Enable more GHC warnings plus -Werror, which turns warnings into errors.

      native_comp
       (off by default)

      Target native architecture for C++ compiler

      debug
       (off by default)

      Enable C++ debug support

A JSON parsing library focused on speed that binds to the simdjson C++ library using the Haskell FFI. Hermes offers some helpful functions for building fast JSON decoders for your Haskell types.