Loading...
Searching...
No Matches
structured_data.h File Reference
#include "json.h"
#include <string>
#include <vector>
+ Include dependency graph for structured_data.h:
+ This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
A way of representing nested key/value data.
More...
Convert the structured_data into plain text.
Function Documentation
◆ to_pretty()
Convert the structured_data into plain text.
For the example structured data, this will produce:
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition at line 149 of file structured_data.cpp.