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

Function PiuCodeFormatJSON

modules/piu/PC/Code/piuCodeJSON.c:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59static void fxParseJSONValue(PiuCodeParser parser);
60
61void PiuCodeFormatJSON(PiuCodeParser parser)
62{
63 fxParseJSONToken(parser);
64 fxParseJSONValue(parser);
65 if (parser->token != XS_JSON_TOKEN_EOF)
66 PiuCodeParserError(parser);
67}
68
69void fxParseJSONArray(PiuCodeParser parser)
70{

Callers 1

PiuCodeFormatFunction · 0.85

Calls 3

PiuCodeParserErrorFunction · 0.85
fxParseJSONTokenFunction · 0.70
fxParseJSONValueFunction · 0.70

Tested by

no test coverage detected