finalynx.parse.json

Module Contents

Classes

ImportJSON

JSON configuration deserializer to an Assistant instance.

API

class finalynx.parse.json.ImportJSON(filename: str)[source]

Bases: finalynx.parse.parser.Parser

JSON configuration deserializer to an Assistant instance.

Initialization

Abstract class that defines a unified interface to all parser subclasses to remain file type independent.

Parameters:

filename – Relative path to your input file.

_parse_data() finalynx.assistant.Assistant[source]
Returns:

An Assistant instance with a full configuration definition.