Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ stdlib_json.py
File
stdlib_json.py
extra_tests/snippets/stdlib_json.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
json
2
from
io
import
BytesIO, StringIO
3
4
from
testutils
import
assert_raises
Callers
nothing calls this directly
Calls
15
assert_raises
Function · 0.90
json_dump
Function · 0.85
round_trip_test
Function · 0.85
json_load
Function · 0.85
Bytes
Class · 0.85
ByteArray
Class · 0.85
Tuple
Class · 0.85
str
Function · 0.85
String
Class · 0.70
Int
Class · 0.70
Float
Class · 0.70
List
Class · 0.70
Tested by
no test coverage detected