Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QV4::JsonParser Class Reference

#include <qv4jsonobject_p.h>

Collaboration diagram for QV4::JsonParser:

Public Member Functions

 JsonParser (ExecutionEngine *engine, const QChar *json, int length)
ReturnedValue parse (QJsonParseError *error)

Detailed Description

Definition at line 76 of file qv4jsonobject_p.h.

Constructor & Destructor Documentation

◆ JsonParser()

JsonParser::JsonParser ( ExecutionEngine * engine,
const QChar * json,
int length )

Definition at line 41 of file qv4jsonobject.cpp.

Member Function Documentation

◆ parse()

ReturnedValue JsonParser::parse ( QJsonParseError * error)

Definition at line 131 of file qv4jsonobject.cpp.


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