legal

Reads legal information from a json file and returns an object

Functions:

read_legal([path])

Reads information from the legal.

Reads information from the legal. file and returns a dict

Parameters

path (Path) – path to the file to be read. Defaults to “static/text/legal.json”

Returns

dict containing the json content

Return type

dict