kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
kalshi::RawJson Struct Reference

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
 

Detailed Description

A JSON value kept as text, for free-form fields such as product metadata.

text is empty when the field was absent.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const RawJson &  ,
const RawJson &   
)
friend

Member Data Documentation

◆ text

std::string kalshi::RawJson::text

The documentation for this struct was generated from the following file: