This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
pikapython
Watch
1
Star
0
Fork
0
You've already forked pikapython
mirror of
https://gitee.com/Lyon1998/pikapython.git
synced
2025-01-15 17:02:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pikapython
/
port
/
linux
/
package
/
pikascript
/
_json.pyi
4 lines
68 B
Python
Raw
Normal View
History
Unescape
Escape
support jsmn engin, faster 22 times than cjson
2023-06-17 14:54:30 +08:00
def
loads
(
json_str
:
str
)
-
>
any
:
.
.
.
json.dumps speed enhanced 100+ times
2023-06-18 00:03:16 +08:00
def
dumps
(
d
:
any
)
-
>
str
:
.
.
.
Reference in New Issue
Copy Permalink