Argo  1.0
A C++ library for handling JSON.
argo::unparser Member List

This is the complete list of members for argo::unparser, including all inherited members.

save(const json &j, const std::string &file_name, const char *space=" ", const char *newline="", const char *indent=" ", int indent_inc=0)argo::unparserstatic
unparse(std::ostream &o, const json &j, const char *space=" ", const char *newline="", const char *indent=" ", int indent_inc=0)argo::unparserstatic
unparse(int fd, const json &j, const char *space=" ", const char *newline="", const char *indent=" ", int indent_inc=0)argo::unparserstatic
unparse(FILE *s, const json &j, const char *space=" ", const char *newline="", const char *indent=" ", int indent_inc=0)argo::unparserstatic
unparse(const json &j, int indent_level=0)argo::unparser
unparser(writer &w, const char *space=" ", const char *newline="", const char *indent=" ", int indent_inc=0)argo::unparser