Home
last modified time | relevance | path

Searched refs:ujson_stream_next (Results 1 – 1 of 1) sorted by relevance

/dports/lang/micropython/micropython-1.17/extmod/
H A Dmodujson.c135 #define S_NEXT(s) (ujson_stream_next(&(s)))
137 STATIC byte ujson_stream_next(ujson_stream_t *s) { in ujson_stream_next() function