index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
modujson.c
Age
Commit message (
Expand
)
Author
2020-07-16
Merge pull request #3143 from tannewt/improve_json
Dan Halbert
2020-07-10
Fix stream version and add basic readinto test
Scott Shawcroft
2020-07-10
Add support to json.load for any object with readinto
Scott Shawcroft
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-05-10
ujson: back out overeager loads() change; only change load()
warriorofwire
2020-05-10
ujson: do not eat trailing whitespace
warriorofwire
2019-02-21
Add CIRCUITPY macro; rename u* only when CIRCUITPY=1
Dan Halbert
2019-02-21
rename ure, ujson, and uerrno to re, json, and errno
Dan Halbert
2018-08-16
Fix esp and samd
Scott Shawcroft
2018-06-18
extmod: Update to use new mp_get_stream helper.
Damien George
2018-02-15
extmod/modujson: Implement ujson.dump() function.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-07-05
extmod/modujson: Properly initialise temporary StringIO object.
Damien George
2017-03-29
extmod: Update for changes to mp_obj_str_get_data.
Damien George
2016-10-13
extmod/modujson: Fix nanbox build.
Damien George
2016-10-13
extmod/modujson: Implement ujson.load() to load JSON from a stream.
Damien George
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2015-11-29
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-03-14
py, extmod: Remove include of unnecessary system headers.
Damien George
2015-02-08
py: Parse big-int/float/imag constants directly in parser.
Damien George
2015-02-02
extmod: Make ujson.loads raise exception if given empty string.
Damien George
2015-01-28
py: Change vstr so that it doesn't null terminate buffer by default.
Damien George
2015-01-23
modujson: .loads(): Handle more whitespace characters.
Paul Sokolovsky
2015-01-01
extmod: Prefix py/ for includes from py core directory.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-09-21
extmod, ujson: Add test and comment for loads.
Damien George
2014-09-21
extmod, ujson: Add \uxxxx parsing in json strings.
Damien George
2014-09-21
extmod, ujson: Slight reduction in code size.
Damien George
2014-09-21
extmod: Add loads to ujson module.
Damien George
2014-09-17
py: Add native json printing using existing print framework.
Damien George