-
- Downloads
py: Add native json printing using existing print framework.
Also add start of ujson module with dumps implemented. Enabled in unix and stmhal ports. Test passes on both.
Showing
- extmod/modujson.c 71 additions, 0 deletionsextmod/modujson.c
- py/builtin.h 1 addition, 0 deletionspy/builtin.h
- py/builtintables.c 3 additions, 0 deletionspy/builtintables.c
- py/mpconfig.h 4 additions, 0 deletionspy/mpconfig.h
- py/obj.h 2 additions, 1 deletionpy/obj.h
- py/objbool.c 11 additions, 3 deletionspy/objbool.c
- py/objdict.c 5 additions, 2 deletionspy/objdict.c
- py/objlist.c 4 additions, 1 deletionpy/objlist.c
- py/objnone.c 5 additions, 1 deletionpy/objnone.c
- py/objstr.c 32 additions, 0 deletionspy/objstr.c
- py/objstrunicode.c 36 additions, 0 deletionspy/objstrunicode.c
- py/objtuple.c 14 additions, 5 deletionspy/objtuple.c
- py/py.mk 1 addition, 0 deletionspy/py.mk
- py/qstrdefs.h 5 additions, 0 deletionspy/qstrdefs.h
- stmhal/mpconfigport.h 1 addition, 0 deletionsstmhal/mpconfigport.h
- tests/extmod/ujson_dumps.py 23 additions, 0 deletionstests/extmod/ujson_dumps.py
- tests/run-tests 8 additions, 2 deletionstests/run-tests
- unix/mpconfigport.h 1 addition, 0 deletionsunix/mpconfigport.h
Loading
Please register or sign in to comment