A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://open-source-parsers.github.io/jsoncpp-docs/doxygen/class_json_1_1_char_reader.html below:

Interface for reading JSON from a char array. More...

#include <json/reader.h>

Inherited by Json::OurCharReader.

Interface for reading JSON from a char array.

◆ ~CharReader() virtual Json::CharReader::~CharReader ( ) virtualdefault ◆ parse() virtual bool Json::CharReader::parse ( char const *  beginDoc, char const *  endDoc, Valueroot, Stringerrs  ) pure virtual

Read a Value from a JSON document.

The document must be a UTF-8 encoded string containing the document to read.

Parameters
beginDoc Pointer on the beginning of the UTF-8 encoded string of the document to read. endDoc Pointer on the end of the UTF-8 encoded string of the document to read. Must be >= beginDoc. [out] root Contains the root value of the document if it was successfully parsed. [out] errs Formatted error messages (if not NULL) a user friendly string that lists errors in the parsed document.
Returns
true if the document was successfully parsed, false if an error occurred.

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4