Deserialization

PySimplejson

Third-party Python package module — simplejson. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.

Other Methods

.dump()Neutral
#
Signature
dump(obj, fp, skipkeys, ensure_ascii, check_circular, allow_nan, cls, indent, separators, encoding, default, use_decimal, namedtuple_as_object, tuple_as_array, bigint_as_string, sort_keys, item_sort_key, for_json, ignore_nan, int_as_string_bitcount, iterable_as_array, **kw)

dump function.

.dumps()Neutral
#
Signature
dumps(obj, skipkeys, ensure_ascii, check_circular, allow_nan, cls, indent, separators, encoding, default, use_decimal, namedtuple_as_object, tuple_as_array, bigint_as_string, sort_keys, item_sort_key, for_json, ignore_nan, int_as_string_bitcount, iterable_as_array, **kw)

dumps function.

.encoder.encode_basestring()Neutral
#
Signature
encoder.encode_basestring(s, _PY3, _q)

encoder.encode_basestring function.

.encoder.encode_basestring_ascii()Neutral
#
Signature
encoder.encode_basestring_ascii()

encoder.encode_basestring_ascii function.

.errors.errmsg()Neutral
#
Signature
errors.errmsg(msg, doc, pos, end)

errors.errmsg function.

.errors.linecol()Neutral
#
Signature
errors.linecol(doc, pos)

errors.linecol function.

.load()Neutral
#
Signature
load(fp, encoding, cls, object_hook, parse_float, parse_int, parse_constant, object_pairs_hook, use_decimal, allow_nan, **kw)

load function.

.loads()Neutral
#
Signature
loads(s, encoding, cls, object_hook, parse_float, parse_int, parse_constant, object_pairs_hook, use_decimal, allow_nan, **kw)

loads function.

.scanner.make_scanner()Neutral
#
Signature
scanner.make_scanner(context)

scanner.make_scanner function.

.simple_first()Neutral
#
Signature
simple_first(kv)

simple_first function.

Fully-Qualified Names

FQNField
simplejsonfqns[0]

Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.

Import

rule.py
import simplejson