You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RcppSimdJson has the option to overwrite single null values with the 'single_null' option in RcppSimdJson::fparse, this can be useful e.g. in overwriting NULLs to NAs when reading the JSON rather than later for speed purposes.
RcppSimdJson has the option to overwrite single null values with the 'single_null' option in RcppSimdJson::fparse, this can be useful e.g. in overwriting NULLs to NAs when reading the JSON rather than later for speed purposes.
Should yyjsonr also have this option?
Here is an example of how the option works:
Related PR:
#29
The text was updated successfully, but these errors were encountered: