Converts a value into its JSON-format representation. Useful for debugging.
class JsonPipe { transform(value: any): string;}