MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxParseJSON

Function fxParseJSON

xs/sources/xsJSON.c:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void fxParseJSON(txMachine* the, txJSONParser* theParser)
169{
170 fxParseJSONToken(the, theParser);
171 fxParseJSONValue(the, theParser);
172 if (theParser->token != XS_JSON_TOKEN_EOF)
173 mxSyntaxError("%ld: missing EOF", theParser->line);
174}
175
176void fxParseJSONArray(txMachine* the, txJSONParser* theParser)
177{

Callers 2

fx_JSON_parseFunction · 0.85
fx_JSON_rawJSONFunction · 0.85

Calls 2

fxParseJSONTokenFunction · 0.70
fxParseJSONValueFunction · 0.70

Tested by

no test coverage detected