|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
A JSON value kept as text, for free-form fields such as product metadata. More...
#include <kalshi/raw_json.hpp>
Public Attributes | |
| std::string | text |
Friends | |
| bool | operator== (const RawJson &, const RawJson &)=default |
A JSON value kept as text, for free-form fields such as product metadata.
text is empty when the field was absent.
| std::string kalshi::RawJson::text |