hermes-json-0.5.0.0: Fast JSON decoding via simdjson C++ bindings
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Hermes.SIMDJSON.Wrapper

Description

Contains functions for constructing and working with foreign simdjson instances.

Documentation

allocaArray :: (Array -> IO a) -> IO a Source #

allocaObject :: (Object -> IO a) -> IO a Source #

allocaValue :: (Value -> IO a) -> IO a Source #