7

JSON Subsidiary Checker

This TypeScript function checks if a given JSON file is a subsidiary of another JSON

This TypeScript function checks if a given JSON file is a subsidiary of another JSON file based on the lcLink property. It compares two JSON files and determines if all objects in the subsidiary JSON are present in the primary JSON.