Class JSONFormatter

Index

Constructor methods

Methods

Constructor methods

constructor(container: HTMLElement, options?: JSONFormatterOptions, json?: any): JSONFormatter

Parameters

Returns

JSONFormatter

Methods

public get(): Object

Returns

Object

public getText(): string

Returns

string

public onError(err: string)

Parameters

  • err: string

public set(json: Object): any

Parameters

  • json: Object

Returns

any

public setText(jsonString: string)

Parameters

  • jsonString: string