jarvis.db.jsonutils

Helper functions for JSON files.

Module Contents

Functions

loadjson([filename])

Provide helper function to load a json file.

dumpjson([data, filename])

Provide helper function to write a json file.

jarvis.db.jsonutils.loadjson(filename='')[source]

Provide helper function to load a json file.

jarvis.db.jsonutils.dumpjson(data=[], filename='')[source]

Provide helper function to write a json file.