Option to set a global config
Hello, is it possible to set a global config for all reads/writes?
I see the options to derive from `glz::opts` and others. But I don't want to provide them for each call.
For example I want to always have `raw_string` or `error_on_unknown_keys`.
As a walkaround I could make a wrapper to call the function correctly, as I see.
0 条评论