Functions

json.h File Reference

Functions

std::ostream & operator<< (std::ostream &, const struct value &)
 Send a value in JSON format to a stream.
int json_send (struct soap *soap, const struct value &v)
std::istream & operator>> (std::istream &, struct value &)
 Receive a value in JSON format from a stream.
int json_recv (struct soap *soap, struct value &v)
int json_call (struct soap *soap, const char *endpoint, const struct value &in, struct value &out)
 Client-side JSON-RPC call.

Function Documentation

int json_call ( struct soap *  soap,
const char *  endpoint,
const struct value in,
struct value out 
)

Client-side JSON-RPC call.

int json_recv ( struct soap *  soap,
struct value v 
)
int json_send ( struct soap *  soap,
const struct value v 
)
std::ostream& operator<< ( std::ostream &  ,
const struct value  
)

Send a value in JSON format to a stream.

std::istream& operator>> ( std::istream &  ,
struct value  
)

Receive a value in JSON format from a stream.