• Overview
@angular/common

JsonPipe

pipe

Converts a value into its JSON-format representation. Useful for debugging.

  
    class JsonPipe implements PipeTransform {}
  
  

transform

string
@paramvalueany

A value of any type to convert into a JSON-format string.

@returnsstring
Jump to details