Other Functions

The combine Method

def combine(meta: dict, file: dict, indent=4) -> str:

The combine method takes two JSON file's data (a meta file and a template file) and combines them into a single JSON string.

Last updated