0.1.11 • Published 1 year ago

npm-json-diff-viewer v0.1.11

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

It is react component

installation npm i npm-json-diff-viewer

JsonDiff is component exported with baseJson and compareJson as props

consider baseJson = {"a": 1,"b": 2} compareJson={ "a":5,"z": 6,"b":25,"ll":{"b":"bat"}}

import {JsonDiff} from'npm-json-diff-viewer/dist/jsonDiff'

const baseJson = {"a": 1,"b": 2}
const compareJson={ "a":5,"z": 6,"b":25,"ll":{"b":"bat"}}

return (
<JsonDiff baseJson={baseJson} compareJson={compareJson}/>
)

output

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago