--- title: performance.toJSON() slug: Web/API/Performance/toJSON tags: - API - Method - Méthode - Performance Web - Référence translation_of: Web/API/Performance/toJSON ---
La méthode toJSON()
de l'interface {{domxref("Performance")}} est un sérialiseur standard : elle renvoie une représentation JSON des propriétés de l'objet performance.
{{AvailableInWorkers}}
myPerf = performance.toJSON()
Aucun
myPerf
var js; js = window.performance.toJSON(); console.log("json = " + JSON.stringify(js));
Spécification | Statut | Commentaire |
---|---|---|
{{SpecName('Highres Time Level 2', '#dom-performance-tojson', 'toJSON() serializer')}} | {{Spec2('Highres Time Level 2')}} | Définition de toJson() . |
{{Compat("api.Performance.toJSON")}}