Pawlos Campbell

Results 4 issues of Pawlos Campbell

Hello there, new to using this library so trying to find the best way to use it to serialialize/unserialize the following struct to a known JSON format: ``` union type_union...

enhancement

Hello there. I'm actually experimenting with using your https://github.com/ggerganov/imgui-ws library. While I was able to bring in the code using FetchContent_Declare: ``` FetchContent_Declare(imgui-ws GIT_REPOSITORY https://github.com/ggerganov/imgui-ws.git GIT_TAG eab5d6b169ed3e5f8d26c4a6cd9a3271dd6e2dda GIT_SUBMODULES_RECURSE YES )...

I've been using partial writes successfully for some time now. What I'd like to do is conditionally hide certain keys when writing. There doesn't seem to be a way to...

enhancement

I was digging through how you handle non vector members for CSV and was curious about the reasoning behind the API requiring rowwise csv writes to be vector or array...

enhancement