![]() |
Qt 6.x
The Qt SDK
|
#include <qv4jsonobject_p.h>
Public Member Functions | |
JsonParser (ExecutionEngine *engine, const QChar *json, int length) | |
ReturnedValue | parse (QJsonParseError *error) |
Definition at line 76 of file qv4jsonobject_p.h.
JsonParser::JsonParser | ( | ExecutionEngine * | engine, |
const QChar * | json, | ||
int | length | ||
) |
Definition at line 40 of file qv4jsonobject.cpp.
ReturnedValue JsonParser::parse | ( | QJsonParseError * | error | ) |
Definition at line 129 of file qv4jsonobject.cpp.
References END, error, QJsonParseError::IllegalValue, QJsonParseError::NoError, qDebug, and QV4::Encode::undefined().
Referenced by QQmlXMLHttpRequest::jsonResponseBody(), and QV4::JsonObject::method_parse().