Euphoria
json.cc File Reference
#include "io/json.h"
#include "assert/assert.h"
#include "log/log.h"
#include "base/editdistance.search.h"
#include "base/stringmerger.h"
#include "base/functional.h"
#include "io/vfs.h"
#include "io/vfs_path.h"
#include <fstream>

Go to the source code of this file.

Namespaces

 eu
 
 eu::io
 

Functions

std::string eu::io::get_string_from_path_for_debugging (FileSystem *fs, const FilePath &p)
 
JsonResult eu::io::read_json_file (FileSystem *fs, const FilePath &file_name)
 
std::string eu::io::could_be (const std::string &invalid_value, const std::vector< std::string > &possible_values)