Member Junction
    Preparing search index...

    Preprocesses JSON files to handle

    directives Supports including external JSON files with spreading or element insertion

    Index

    Constructors

    Methods

    • Process a JSON file and resolve all

      Parameters

      • filePath: string

        Path to the JSON file to process

      Returns Promise<any>

      The processed JSON data with all includes resolved

      directives

    • Process JSON data that's already loaded (for integration with existing code)

      Parameters

      • data: any

        The JSON data to process

      • filePath: string

        The file path (for resolving relative includes)

      Returns Promise<any>

      Processed data with includes resolved