csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
json_path.cpp File Reference
#include "json_path.hpp"
#include <cctype>
#include <stdexcept>

Namespaces

namespace  csvzall
 
namespace  csvzall::pipeline
 
namespace  csvzall::pipeline::common
 

Functions

JsonPath csvzall::pipeline::common::ParseJsonPath (std::string_view text)
 
std::vector< simdjson::dom::element > csvzall::pipeline::common::EvaluateJsonPath (simdjson::dom::element root, const JsonPath &path)
 
std::vector< simdjson::dom::element > csvzall::pipeline::common::EvaluateJsonRowsPath (simdjson::dom::element root, const JsonPath &path)