rllib
1
|
#include <rljson.h>
Public Member Functions | |
rlJSON () | |
virtual | ~rlJSON () |
int | initRecord (rlJSONrecord *record) |
int | interpret (const char *line, rlJSONrecord *record) |
int | print (FILE *fout, rlJSONrecord *record, const char *indent="") |
rlJSON::rlJSON | ( | ) |
|
virtual |
int rlJSON::initRecord | ( | rlJSONrecord * | record | ) |
int rlJSON::interpret | ( | const char * | line, |
rlJSONrecord * | record | ||
) |
interpret a JSON formatted line of text
Definition at line 44 of file rljson.cpp.
int rlJSON::print | ( | FILE * | fout, |
rlJSONrecord * | record, | ||
const char * | indent = "" |
||
) |