Paul Sokolovsky
|
444331c07f
|
modujson: .loads(): Handle more whitespace characters.
|
2015-01-23 18:41:29 +02:00 |
|
Damien George
|
3765ea419a
|
extmod: Prefix py/ for includes from py core directory.
|
2015-01-01 20:35:21 +00:00 |
|
Damien George
|
3b603f29ec
|
Use MP_DEFINE_CONST_DICT macro to define module dicts.
This is just a clean-up of the code. Generated code is exactly the
same.
|
2014-11-29 14:39:27 +00:00 |
|
Damien George
|
2c180f7ccc
|
extmod, ujson: Add test and comment for loads.
|
2014-09-21 23:43:03 +01:00 |
|
Damien George
|
df1e92ba3a
|
extmod, ujson: Add \uxxxx parsing in json strings.
|
2014-09-21 23:43:03 +01:00 |
|
Damien George
|
fa2f1f72e0
|
extmod, ujson: Slight reduction in code size.
|
2014-09-21 23:43:03 +01:00 |
|
Damien George
|
89e4657c69
|
extmod: Add loads to ujson module.
|
2014-09-21 23:43:03 +01:00 |
|
Damien George
|
612045f53f
|
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.
|
2014-09-17 22:56:34 +01:00 |
|