Closed scalpel4k closed 3 weeks ago
It would be neat if one could directly assign std::string_view to glz::json_t. It saves a few key strokes compared to making the copy outside ...
thx
Good suggestion. I'll plan to add this soon.
Support has been added into main to construct and assign from std::string_view. Will be included with the next release.
main
std::string_view
It would be neat if one could directly assign std::string_view to glz::json_t. It saves a few key strokes compared to making the copy outside ...
thx