summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-09-21 11:40:01 +0100
committerDamien George <damien.p.george@gmail.com>2014-09-21 23:43:03 +0100
commit89e4657c69ecd27d3735a0589132426d610ef7cc (patch)
tree8a8c54397ad7bd57a5617ec546f277be845b40eb /py/qstrdefs.h
parentc95359ecc6bac0181d9332f12f21682786e1fbb1 (diff)
downloadmicropython-89e4657c69ecd27d3735a0589132426d610ef7cc.tar.gz
micropython-89e4657c69ecd27d3735a0589132426d610ef7cc.zip
extmod: Add loads to ujson module.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index a69ae1c691..070e673f73 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -469,4 +469,5 @@ Q(decompress)
#if MICROPY_PY_UJSON
Q(ujson)
Q(dumps)
+Q(loads)
#endif