MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / json_data

Function json_data

test/test_encryption.py:292–293  ·  view source on GitHub ↗
(*paths)

Source from the content-addressed store, hash-verified

290
291
292def json_data(*paths):
293 return json_util.loads(read(*paths), json_options=JSON_OPTS)
294
295
296def bson_data(*paths):

Callers 15

bson_dataFunction · 0.70
_test_auto_encryptMethod · 0.70
test_auto_encryptMethod · 0.70
_test_corpusMethod · 0.70
setUpMethod · 0.70
setUpMethod · 0.70

Calls 1

readFunction · 0.70

Tested by

no test coverage detected