![]() |
Consolix
|
#include <array>#include <fstream>#include <iostream>#include <stdexcept>#include <string>#include <consolix/utils/json_utils.hpp>Go to the source code of this file.
Functions | |
| std::string | read_file (const std::string &file_path) |
| std::string | fixture_path (const char *file_name) |
| int | main () |
| std::string fixture_path | ( | const char * | file_name | ) |
Definition at line 24 of file test_strip_json_comments.cpp.
| int main | ( | ) |
Definition at line 28 of file test_strip_json_comments.cpp.
| std::string read_file | ( | const std::string & | file_path | ) |
Definition at line 13 of file test_strip_json_comments.cpp.