ipfs-chromium
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ipfs::ctx::JsonParser Class Referenceabstract

#include <include/ipfs_client/ctx/json_parser.h>

Public Member Functions

virtual std::unique_ptr< DagJsonValueParse (std::string_view json)=0
 

Detailed Description

Base class for implementations of JSON parsing

Member Function Documentation

◆ Parse()

virtual std::unique_ptr< DagJsonValue > ipfs::ctx::JsonParser::Parse ( std::string_view  json)
pure virtual
Parameters
jsonThe JSON text to parse
Returns
The DOM object or NULL if parsing failed.

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