Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
apra::JsonParser Class Reference

#include <JsonParser.h>

Collaboration diagram for apra::JsonParser:
Collaboration graph

Static Public Member Functions

static ParseResult parseFile (const std::string &filepath)
 
static ParseResult parseString (const std::string &content, const std::string &source_name="<inline>")
 
static std::string formatName ()
 
static std::vector< std::string > fileExtensions ()
 

Member Function Documentation

◆ fileExtensions()

static std::vector< std::string > apra::JsonParser::fileExtensions ( )
inlinestatic

◆ formatName()

static std::string apra::JsonParser::formatName ( )
inlinestatic

◆ parseFile()

ParseResult apra::JsonParser::parseFile ( const std::string & filepath)
static
Here is the call graph for this function:

◆ parseString()

ParseResult apra::JsonParser::parseString ( const std::string & content,
const std::string & source_name = "<inline>" )
static
Here is the call graph for this function:

The documentation for this class was generated from the following files: