irccd
3.0.3
|
Describe how to convert a JSON value. More...
#include <json_util.hpp>
Describe how to convert a JSON value.
This traits must be specialized for every type you want to convert from JSON to its native type.
You only need to implement the get function with the following signature:
The implementation should not throw an exception but return a null optional instead.
This traits is already specialized for the given types: