UNPKG

@edugouvfr/ngx-dsfr

Version:

NgxDsfr est un portage Angular des éléments d'interface du Système de Design de l'État Français (DSFR).

8 lines (7 loc) 364 B
/** * https://www.w3resource.com/JSON/JSONPath-with-JavaScript.php * @param obj : object|array This parameter represents the Object representing the JSON structure. * @param path : string This parameter represents JSONPath expression string. * @return une valeur extrait de l'objet Json */ export declare function jsonPath2Value(obj: any, path: string): any;