Skip to content

Commit 5c884bf

Browse files
committed
forgot json
1 parent c1144a2 commit 5c884bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py/objmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ STATIC const mp_rom_map_elem_t mp_builtin_module_table[] = {
189189
{ MP_ROM_QSTR(MP_QSTR_uzlib), MP_ROM_PTR(&mp_module_uzlib) },
190190
#endif
191191
#if MICROPY_PY_UJSON
192+
{ MP_ROM_QSTR(MP_QSTR_json), MP_ROM_PTR(&mp_module_ujson) },
192193
{ MP_ROM_QSTR(MP_QSTR_ujson), MP_ROM_PTR(&mp_module_ujson) },
193194
#endif
194195
#if MICROPY_PY_URE

0 commit comments

Comments
 (0)