MCPcopy Create free account
hub / github.com/simplejson/simplejson / decoder.py

File decoder.py

simplejson/decoder.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Implementation of JSONDecoder
2"""
3from __future__ import absolute_import
4import re

Callers

nothing calls this directly

Calls 2

_import_c_scanstringFunction · 0.85
_floatconstantsFunction · 0.85

Tested by

no test coverage detected