-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
As seen in #79 there is interest in hitting the deserialize_json()
workhorse function directly. (It was also seen that exporting it at the R level brings neglible gains while adding a documentation / test / maintenance burden -- fparse()
is still the recommended venue.)
However we can make it available at the C level and the (currently new) branch feature/export_c_level does this. To use it, please
- add a
LinkingTo:
directive in the client package, and include the headerRcppSimdJson.h
to access_deserialize_json()
- add an
Imports:
and import any R symbol (to force instantiation so that R becomes aware of the C-callable symbol.
That should do the trick. @shikokuchuo let us know if this works for you. We could help with a more explicit example if need be.
Metadata
Metadata
Assignees
Labels
No labels