This site uses cookies from Google to deliver its services and to analyze traffic.
Converts a value into its JSON-format representation. Useful for debugging.
class JsonPipe { transform(value: any): string;}