An angular Component to display JSON data
npm install sx-json-vieweruse:
```
npm i sx-json-viewer --save
in app.module.ts
`
import { SxJsonViewerModule } from 'sx-json-viewer';
...
@NgModule({
...
imports: [
...
SxJsonViewerModule // <- import the module
],
...
`
in target html:
```
Note: jsonStr is a string. So convert an Object using JSON.stringify and pass on to jsonStr
=================================================================
This library was generated with Angular CLI version 11.2.11.
It uses Ivy.
A new webcomponent version to be released soon