-
Here's the code:
```c++
#include
#include
namespace api
{
struct request
{
const static inline std::string type = "request";
enum class code
{
…
-
I love the idea of this application and I want to help make it better, so I've compiled some more things that I think will greatly improve the application:
If this is the wrong place to post this let…
-
In 2.9.3, cmake installer creates such directories.
I think it is a CMakeLists.txt bug in 2.9.3.
```
include/
├── daw
│ ├── impl
│ ├── iterator
│ └── utf_range
├── include
│ ├── daw…
-
The name of json_custom should be deprecated, removed in v4. json_raw better reflects the usage as it gives raw JSON member access and not just allowing custom serialization/deserialization routines
-
-
The Readme mentions a difference between checked (`from_json`) and unchecked (`from_json_unchecked`) calls https://github.com/beached/daw_json_link#using-mapped-data-types . The latter don't seem to e…
-
https://github.com/jk-jeon/dragonbox
The benchmarks show better conversion times for the general (smaller number of digits) case compared to Ryu.
I'm in the process of assisting moving it to CMa…
-
Any plan to support CBOR(RFC 8949)?
I think that if daw_json_link support CBOR, daw_json_link will be best C++ serialization/reflection library!!!
-
Are you intending to continue developing new features on this fork or just make rebranded builds without tracking? This code base is in awful shape, for example consider:
https://github.com/audacity/…
-
This is more generally said that a single sub member can describe the structure of the others.
```
struct ConfigV1 {
string option1;
};
struct ConfigV2 {
vector option1;
};
```
The …