summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/modujson.c
Commit message (Expand)AuthorAge
* extmod/modujson: Fix nanbox build.Damien George2016-10-13
* extmod/modujson: Implement ujson.load() to load JSON from a stream.Damien George2016-10-13
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.Damien George2015-11-29
* py: Add MP_ROM_* macros and mp_rom_* types and use them.Damien George2015-11-29
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* py, extmod: Remove include of unnecessary system headers.Damien George2015-03-14
* py: Parse big-int/float/imag constants directly in parser.Damien George2015-02-08
* extmod: Make ujson.loads raise exception if given empty string.Damien George2015-02-02
* py: Change vstr so that it doesn't null terminate buffer by default.Damien George2015-01-28
* modujson: .loads(): Handle more whitespace characters.Paul Sokolovsky2015-01-23
* extmod: Prefix py/ for includes from py core directory.Damien George2015-01-01
* Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George2014-11-29
* extmod, ujson: Add test and comment for loads.Damien George2014-09-21
* extmod, ujson: Add \uxxxx parsing in json strings.Damien George2014-09-21
* extmod, ujson: Slight reduction in code size.Damien George2014-09-21
* extmod: Add loads to ujson module.Damien George2014-09-21
* py: Add native json printing using existing print framework.Damien George2014-09-17